Skip to content

Commit 713634b

Browse files
[chore] Restrict files included in npm package (#57)
1 parent 2adcdb2 commit 713634b

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": "https://github.com/socketio/socket.io-emitter.git"
99
},
10+
"files": [
11+
"index.js"
12+
],
1013
"scripts": {
1114
"test": "make test"
1215
},

0 commit comments

Comments
 (0)