Skip to content

Commit ebf648a

Browse files
committed
Add files field to package.json
1 parent b470894 commit ebf648a

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
@@ -26,6 +26,9 @@
2626
"standard": "^10.0.3"
2727
},
2828
"main": "index.js",
29+
"files": [
30+
"index.js"
31+
],
2932
"scripts": {
3033
"lint": "standard",
3134
"test": "npm run lint && npm run unit",

0 commit comments

Comments
 (0)