Skip to content

Commit

Permalink
RN Compatibility - fixing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
skevy committed Jan 3, 2016
1 parent 5c69ce0 commit e16559d
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,12 @@
},
"dependencies": {
"babel-runtime": "5.8.24",
"fbjs": "^0.5.1",
"fbjs": "^0.7.0",
"react-static-container": "^1.0.0-alpha.1"
},
"peerDependencies": {
"babel-relay-plugin": "0.6.1",
"react": "^0.14.0",
"react-dom": "^0.14.0"
"react": "^0.14.0"
},
"devDependencies": {
"babel": "^5.8.25",
Expand All @@ -55,15 +54,15 @@
"gulp-util": "^3.0.6",
"jest-cli": "^0.8.1",
"object-assign": "^3.0.0",
"react": "^0.14.0-rc",
"react-dom": "^0.14.0-rc",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"run-sequence": "^1.1.2",
"webpack": "1.11.0",
"webpack-stream": "^2.1.0"
},
"devEngines": {
"node": "4.x",
"npm": "2.x"
"node": ">=4.x",
"npm": ">=2.x"
},
"jest": {
"rootDir": "",
Expand Down

0 comments on commit e16559d

Please sign in to comment.