Skip to content

Commit

Permalink
Support RN 0.15.0-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottsj committed Nov 7, 2015
1 parent 9657774 commit c97764b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Examples/BabelES6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"babel-core": "^5.8.32",
"babel-loader": "^5.3.2",
"babel-plugin-react-transform": "^1.1.1",
"react-native": "^0.14.0",
"react-native": "^0.15.0-rc",
"react-native-webpack-server": "file:../..",
"react-transform-hmr": "^1.0.1",
"webpack": "^1.12.2",
Expand Down
2 changes: 1 addition & 1 deletion Examples/CoffeeScript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"cjsx-loader": "^2.0.1",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.10.0",
"react-native": "^0.14.0",
"react-native": "^0.15.0-rc",
"react-native-webpack-server": "file:../..",
"react-transform-hmr": "^1.0.1",
"webpack": "^1.12.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"node": "^4.0.0"
},
"peerDependencies": {
"react-native": ">=0.13.0",
"react-native": ">=0.13.0 <0.16 || 0.15.0-rc",
"webpack": ">=1.8.4",
"webpack-dev-server": ">=1.8.0"
},
Expand Down

0 comments on commit c97764b

Please sign in to comment.