Skip to content

Commit b4fafaa

Browse files
authored
Merge pull request #7 from byCedric/fix/whitelist-package-files
Whitelist lib and src for npm to package
2 parents 26f9c9e + 39df2a1 commit b4fafaa

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)