Skip to content

Commit 9b5be1c

Browse files
committed
Get rid of peerDependencies
I see no need for this and it is preventing me from using this module. I need to make this fork anyway, so i thought i'd make a PR as well.
1 parent 22b655c commit 9b5be1c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,5 @@
2323
"base-64": "^0.1.0",
2424
"bluebird": "^2.9.25"
2525
},
26-
"peerDependencies": {
27-
"react-native": ">=0.3.4 <0.5.0"
28-
}
26+
"peerDependencies": {}
2927
}

0 commit comments

Comments
 (0)