Skip to content

Commit dc3c791

Browse files
author
Herman Starikov
committed
make react-scripts a dev dep
1 parent eb80daf commit dc3c791

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@
2222
"dependencies": {
2323
"react": "^16.2.0",
2424
"react-bootstrap": "^0.31.5",
25-
"react-dom": "^16.2.0",
26-
"react-scripts": "1.0.17"
25+
"react-dom": "^16.2.0"
2726
},
2827
"devDependencies": {
2928
"eslint": "^4.3.0",
3029
"eslint-config-airbnb": "^16.1.0",
3130
"eslint-parallel": "^0.3.0",
3231
"eslint-plugin-import": "^2.2.0",
3332
"eslint-plugin-jsx-a11y": "^6.0.3",
34-
"eslint-plugin-react": "^7.1.0"
33+
"eslint-plugin-react": "^7.1.0",
34+
"react-scripts": "1.0.17"
3535
},
3636
"scripts": {
3737
"build-css": "node-sass-chokidar src/ -o src/",

0 commit comments

Comments
 (0)