diff options
Diffstat (limited to 'frontend/package.json')
-rw-r--r-- | frontend/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/package.json b/frontend/package.json index 6c129927..41146d21 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -4,7 +4,7 @@ "private": true, "devDependencies": { "babel-polyfill": "latest", - "react-scripts": "latest" + "react-scripts": "^1.0.1" }, "dependencies": { "normalizr": "latest", @@ -35,5 +35,5 @@ "eslintConfig": { "extends": "react-app" }, - "proxy": "ws://localhost:8080" + "proxy": "http://localhost:8080" } |