fix build failure
... | ... | @@ -25,13 +25,13 @@ |
"react-router-dom": "^4.1.2", | ||
"react-router-redux": "^5.0.0-alpha.9", | ||
"redux": "^3.7.2", | ||
"redux-thunk": "^2.2.0" | ||
"redux-thunk": "^2.2.0", | ||
"react-scripts": "1.0.10" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^4.14.0", | ||
"babel-eslint": "^7.2.3", | ||
"eslint-plugin-react": "^7.5.1", | ||
"react-scripts": "1.0.10" | ||
"eslint-plugin-react": "^7.5.1" | ||
}, | ||
"proxy": "http://localhost:3001", | ||
"scripts": { | ||
... | ... |
Please register or sign in to comment