Skip to content

Commit

Permalink
Merge pull request #5 from robinpowered/peer-dependency-version
Browse files Browse the repository at this point in the history
Lower peer dependency to 0.27
  • Loading branch information
christophermark authored May 3, 2017
2 parents 85ad6c5 + 6070bb3 commit 91bda03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-fetch-polyfill",
"version": "1.1.1",
"version": "1.1.2",
"description": "A polyfill for React Native's fetch client",
"main": "fetch-polyfill.js",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"timeout"
],
"peerDependencies": {
"react-native": ">=0.31"
"react-native": ">=0.27"
},
"contributors": [{
"name": "Atticus White",
Expand Down

0 comments on commit 91bda03

Please sign in to comment.