Skip to content

Commit

Permalink
add entrypoint files to package
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKSchott committed Oct 29, 2020
1 parent 7a42bdd commit 2e9b145
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion esinstall/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"require": "./lib/index.js"
},
"files": [
"lib"
"lib",
"index.esm.mjs"
],
"dependencies": {
"@rollup/plugin-alias": "^3.0.1",
Expand Down
4 changes: 3 additions & 1 deletion snowpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@
},
"files": [
"assets",
"lib"
"lib",
"index.bin.js",
"index.esm.mjs"
],
"dependencies": {
"@snowpack/plugin-build-script": "^2.0.11",
Expand Down

1 comment on commit 2e9b145

@vercel
Copy link

@vercel vercel bot commented on 2e9b145 Oct 29, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.