Skip to content

Commit c55fbfd

Browse files
[chore] Restrict files included in npm package (#130)
1 parent 9c3616e commit c55fbfd

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
@@ -7,6 +7,9 @@
77
"type": "git",
88
"url": "[email protected]:socketio/socket.io-redis.git"
99
},
10+
"files": [
11+
"index.js"
12+
],
1013
"scripts": {
1114
"test": "mocha"
1215
},

0 commit comments

Comments
 (0)