Add React to devDependencies as well

This commit is contained in:
Arek Mytych 2018-12-05 07:32:30 +01:00 committed by GitHub
parent 720063d47b
commit f587c141b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,7 @@
"babel-preset-es2015": "^6.24.1", "babel-preset-es2015": "^6.24.1",
"babel-preset-stage-1": "^6.24.1", "babel-preset-stage-1": "^6.24.1",
"copy-webpack-plugin": "^4.6.0", "copy-webpack-plugin": "^4.6.0",
"react": "^16.4.0",
"webpack": "^2.6.1" "webpack": "^2.6.1"
} }
} }