Skip to content

Commit

Permalink
fix: include module bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Sep 1, 2022
1 parent 7f763ca commit 029bca0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"browser": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist/index.d.ts"
"dist/*"
],
"scripts": {
"build": "shx rm -rf dist && tsup ./src/index.ts --dts --format esm,cjs --minify --treeshake",
Expand Down

0 comments on commit 029bca0

Please sign in to comment.