Added back required dependency

This commit is contained in:
Patrick Fic
2020-04-17 18:08:51 -07:00
parent b8c1e62fd9
commit d3b36776c9
2 changed files with 24 additions and 2 deletions

View File

@@ -44,7 +44,8 @@
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"reselect": "^4.0.0",
"styled-components": "^5.0.1"
"styled-components": "^5.0.1",
"subscriptions-transport-ws": "^0.9.16"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",