Skip to content

Commit 2faab8a

Browse files
committed
fix: properly package all files in dist for npm
1 parent 442f87d commit 2faab8a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@
6868
"url": "git+https://github.com/sapphiredev/pieces.git"
6969
},
7070
"files": [
71-
"dist/**/*.js*",
72-
"dist/**/*.mjs*",
73-
"dist/**/*.d*"
71+
"dist/"
7472
],
7573
"engines": {
7674
"node": ">=v14.0.0",

0 commit comments

Comments
 (0)