Skip to content

Commit 2359a81

Browse files
authored
add peerDependencies with any version
add "react-native" and "react-native-windows" peerDependencies with any version
1 parent b3aa830 commit 2359a81

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,9 @@
3333
"create-react-class": "15.6.3",
3434
"flow-bin": "^0.109.0",
3535
"prop-types": "^15.7.2"
36+
},
37+
"peerDependencies": {
38+
"react-native": "*",
39+
"react-native-windows": "*"
3640
}
3741
}

0 commit comments

Comments
 (0)