Skip to content

Commit

Permalink
Solved dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bietkul committed Jul 12, 2017
1 parent 7db9681 commit a119faa
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"react-native-form-builder",
"version":"1.0.5",
"version":"1.0.7",
"description":"Generate Awesome Forms In an easy way",
"main":"src/index.js",
"scripts":{
Expand Down Expand Up @@ -43,5 +43,10 @@
"react":"15.4.2",
"react-native":"0.41.1",
"native-base":"^2.0.6"
}
},
"peerDependencies": {
"react-native": ">=0.41.1",
"react": ">=15.4.2-alpha.3",
"native-base": "^2.0.6"
}
}

0 comments on commit a119faa

Please sign in to comment.