Skip to content

Commit a119faa

Browse files
author
bietkul
committed
Solved dependency issue
1 parent 7db9681 commit a119faa

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"react-native-form-builder",
3-
"version":"1.0.5",
3+
"version":"1.0.7",
44
"description":"Generate Awesome Forms In an easy way",
55
"main":"src/index.js",
66
"scripts":{
@@ -43,5 +43,10 @@
4343
"react":"15.4.2",
4444
"react-native":"0.41.1",
4545
"native-base":"^2.0.6"
46-
}
46+
},
47+
"peerDependencies": {
48+
"react-native": ">=0.41.1",
49+
"react": ">=15.4.2-alpha.3",
50+
"native-base": "^2.0.6"
51+
}
4752
}

0 commit comments

Comments
 (0)