Skip to content

Commit b68ef64

Browse files
KikobeatsSalakar
authored andcommitted
Add fields section on package.json (#42)
it avoids ship the library with tests fixtures and the rest of stuff that increment the size of the bundle and actually are oriented just for a development mode.
1 parent 5ee6e6d commit b68ef64

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
@@ -26,6 +26,10 @@
2626
"resp",
2727
"hiredis"
2828
],
29+
"files": [
30+
"index.js",
31+
"lib"
32+
],
2933
"engines": {
3034
"node": ">=4"
3135
},

0 commit comments

Comments
 (0)