Skip to content

Commit f25d841

Browse files
committed
Needed to install additional dependency for build to work
1 parent 72a1e4e commit f25d841

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"react-dom": "^16.0.0",
1313
"react-router": "^4.2.0",
1414
"react-router-dom": "^4.2.2",
15-
"react-scripts": "1.0.17"
15+
"react-scripts": "1.0.17",
16+
"subscriptions-transport-ws": "^0.9.4"
1617
},
1718
"scripts": {
1819
"start": "react-scripts start",

0 commit comments

Comments
 (0)