Skip to content

Commit 3fe95b6

Browse files
[chore] Restrict files included in npm package (#45)
1 parent 85dd3fa commit 3fe95b6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.npmignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
"type": "git",
77
"url": "https://github.com/Automattic/socket.io-parser.git"
88
},
9+
"files": [
10+
"binary.js",
11+
"index.js",
12+
"is-buffer.js"
13+
],
914
"dependencies": {
1015
"debug": "2.2.0",
1116
"json3": "3.3.2",

0 commit comments

Comments
 (0)