Update npm React as well

This commit is contained in:
Dan Holmsand 2016-05-26 22:53:51 +02:00
parent 414be9355f
commit d276654ce4
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"dependencies": {
"react": "^15.0.2",
"react-dom": "^15.0.2"
"react": "^15.1.0",
"react-dom": "^15.1.0"
},
"scripts": {
"bundle": "webpack && NODE_ENV=production webpack -p"