Skip to content

Commit 60aabbf

Browse files
committed
fixed package.json files
1 parent bab105d commit 60aabbf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@
1010
"typings": "dist/main/index.d.ts",
1111
"module": "dist/module/index.mjs",
1212
"files": [
13-
"dist/main",
14-
"dist/module",
15-
"!**/*.spec.*",
16-
"!**/*.json",
13+
"dist/**/*.{js,ts}",
1714
"LICENSE",
1815
"README.md"
1916
],

0 commit comments

Comments
 (0)