Skip to content

Commit 5551f71

Browse files
committed
fixed package.json
1 parent db7895e commit 5551f71

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@
1010
"typings": "dist/main/index.d.ts",
1111
"module": "dist/module/index.mjs",
1212
"files": [
13-
"dist/*.{js,ts}"
13+
"dist/main",
14+
"dist/module",
15+
"!**/*.spec.*",
16+
"!**/*.json",
17+
"LICENSE",
18+
"README.md"
1419
],
1520
"scripts": {
1621
"type-check": "tsc --noEmit",

0 commit comments

Comments
 (0)