Skip to content

Commit

Permalink
Restore entrypoint files at the root
Browse files Browse the repository at this point in the history
  • Loading branch information
ghengeveld committed Sep 4, 2024
1 parent 23bf17c commit f81c2c4
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 f81c2c4

Please sign in to comment.