mirror of https://github.com/status-im/reagent.git
Update react version in package.json to match project.clj
This commit is contained in:
parent
324400d9e2
commit
635e7c6e2a
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"react": "^0.14.3",
|
||||
"react-dom": "^0.14.3"
|
||||
"react": "^15.0.1",
|
||||
"react-dom": "^15.0.1"
|
||||
},
|
||||
"scripts": {
|
||||
"bundle": "webpack && NODE_ENV=production webpack -p"
|
||||
|
|
Loading…
Reference in New Issue