Skip to content

Commit 1bcbcfe

Browse files
updated package
1 parent b3e2bff commit 1bcbcfe

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

package.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,21 @@
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
9-
"keywords": ["websockets", "websocket", "ws", "stream", "streams"],
9+
"keywords": [
10+
"websockets",
11+
"websocket",
12+
"ws",
13+
"stream",
14+
"streams"
15+
],
1016
"author": "Avital Oliver <[email protected]>",
1117
"repository": {
1218
"type": "git",
1319
"url": "git://github.com/avital/websocket-json-stream.git"
1420
},
15-
"license": "MIT"
21+
"license": "MIT",
22+
"dependencies": {
23+
"@types/node": "*",
24+
"@types/ws": "*"
25+
}
1626
}

0 commit comments

Comments
 (0)