Skip to content

Commit 73e24d6

Browse files
committed
Fix implicit dependency on isomorphic-ws
This previously worked because a) it was a dev dep and b) it's a dep of websocket-stream, which is an explicit dependency, but it's better to properly include it here.
1 parent 61ae654 commit 73e24d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@
126126
"fs-extra": "^8.1.0",
127127
"http-proxy-agent": "^2.0.0",
128128
"https-proxy-agent": "^2.2.1",
129-
"isomorphic-ws": "^4.0.1",
130129
"karma": "^6.3.2",
131130
"karma-chai": "^0.1.0",
132131
"karma-chrome-launcher": "^2.2.0",
@@ -177,6 +176,7 @@
177176
"graphql-tag": "^2.12.6",
178177
"http-encoding": "^1.5.0",
179178
"http2-wrapper": "2.0.5",
179+
"isomorphic-ws": "^4.0.1",
180180
"lodash": "^4.16.4",
181181
"native-duplexpair": "^1.0.0",
182182
"node-forge": "^1.2.1",

0 commit comments

Comments
 (0)