Skip to content

Commit

Permalink
Merge pull request #3 from IgnaceMaes/fix-release
Browse files Browse the repository at this point in the history
fix: keep index.js as public entrypoint
  • Loading branch information
IgnaceMaes authored Aug 26, 2023
2 parents 1f0f46b + 4a3570a commit ec44c8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/lemon-eels-collect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ember-shiki": patch
---

Fix: keep index.js
3 changes: 1 addition & 2 deletions ember-shiki/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default {
"modifiers/shiki-render.js",
"services/shiki.js",
"template-registry.js",
// "styles.css",
"index.js",
]),

// These are the modules that should get reexported into the traditional
Expand All @@ -36,7 +36,6 @@ export default {
"components/copy-button.js",
"modifiers/shiki-render.js",
"services/shiki.js",
// "styles.css",
]),

// Follow the V2 Addon rules about dependencies. Your code can import from
Expand Down

0 comments on commit ec44c8c

Please sign in to comment.