Skip to content

Commit 96ddd4c

Browse files
pettyalexkadikraman
authored andcommitted
invariant should be listed as a peer dependency as well, rather than an assumption that react-native will always have a version of invariant that this module is able to use. (#246)
1 parent 906ad42 commit 96ddd4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"author": "kadi.kraman@formidable.com",
4949
"license": "MIT",
5050
"peerDependencies": {
51+
"invariant": "^2.2.2",
5152
"react-native": "^0.50.3"
5253
},
5354
"devDependencies": {

0 commit comments

Comments
 (0)