Skip to content

Commit 87d9422

Browse files
committed
Fix npm files
1 parent c2b897f commit 87d9422

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
"version": "6.2.0",
44
"main": "build/src/main.js",
55
"files": [
6-
"build/src",
7-
"build/register",
8-
"examples",
9-
"!*~"
6+
"build/{src,register}/**/*.{js,ts,map,json,sh,md}",
7+
"examples/**/*.{js,ts,map,json,sh,md}"
108
],
119
"scripts": {
1210
"test": "gulp test"

0 commit comments

Comments
 (0)