Skip to content

Commit 8d9d8f1

Browse files
committed
build: narrow down what is packed
1 parent 15e7233 commit 8d9d8f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"mocha": "^5.2.0",
1919
"typescript": "^3.3.3"
2020
},
21+
"files": [
22+
"index.js"
23+
],
2124
"scripts": {
2225
"test": "mocha",
2326
"postversion": "npm test && npm publish",

0 commit comments

Comments
 (0)