Skip to content

Commit

Permalink
Merge pull request #127 from chromaui/fix-dist-config
Browse files Browse the repository at this point in the history
Restore entrypoint files at the root
  • Loading branch information
ghengeveld authored Sep 4, 2024
2 parents 44bb821 + 6ce164b commit d66f468
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions manager.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import "./dist/manager.mjs"
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"./package.json": "./package.json"
},
"files": [
"*.js",
"dist/**/*"
],
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions preview.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./dist/preview.mjs"

0 comments on commit d66f468

Please sign in to comment.