Skip to content

Commit 39df2a1

Browse files
committed
Whitelist lib and src for npm to package
1 parent 26f9c9e commit 39df2a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
"registry": "https://registry.npmjs.org/"
2020
},
2121
"main": "lib/index.js",
22+
"files": [
23+
"lib",
24+
"src"
25+
],
2226
"scripts": {
2327
"build": "babel src -d lib",
2428
"test": "jest src",

0 commit comments

Comments
 (0)