Skip to content

Commit 629400e

Browse files
authored
Merge pull request #139 from jsdario/patch-1
Improve peerDeps notation
2 parents d1c89b1 + a427eda commit 629400e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"main": "src/index.js",
4343
"name": "react-native-json-tree",
4444
"peerDependencies": {
45-
"react": "^16.0.0-alpha.6",
46-
"react-native": "^0.43.2"
45+
"react": ">=16.0.0-alpha.6",
46+
"react-native": ">=0.43.2"
4747
},
4848
"repository": {
4949
"type": "git",

0 commit comments

Comments
 (0)