Skip to content

Commit

Permalink
Fix RN0.26/React15 error
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnamee committed May 29, 2016
1 parent 40d397a commit e70ddb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions 163bb04f0a569d04553dccee17ea42b9

Large diffs are not rendered by default.

9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
{
"name": "StarterKit",
"version": "0.10.0",
"version": "0.10.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"react": "^15.0.2",
"react-native": "^0.26.1",
"react": "15.0.2",
"react-native": "0.26.0",
"react-native-db-models": "^0.1.3",
"react-native-navbar": "^1.5.0",
"react-native-side-menu": "^0.19.0",
"tcomb-form-native": "^0.5.0"
},
"devDependencies": {
"rnpm-plugin-upgrade": "^0.26.0"
}
}

0 comments on commit e70ddb7

Please sign in to comment.