Skip to content

Commit 115bafc

Browse files
committed
Only publish relevant files.
1 parent b672446 commit 115bafc

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
@@ -17,6 +17,10 @@
1717
"registry": "https://registry.npmjs.org/"
1818
},
1919
"main": "lib/index.js",
20+
"files": [
21+
"lib",
22+
"src"
23+
],
2024
"scripts": {
2125
"build": "babel src -d lib",
2226
"test": "jest src",

0 commit comments

Comments
 (0)