Skip to content

Commit

Permalink
Merge pull request vault-development#67 from hssrrw/master
Browse files Browse the repository at this point in the history
fix outdated peerDependencies
  • Loading branch information
matc4 authored Aug 27, 2017
2 parents 2124727 + 47b4186 commit 0c262ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets": ["es2015", "stage-0"]
}
"presets": ["react-native"]
}
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,15 @@
"xmldom": "^0.1.22"
},
"peerDependencies": {
"react-native-svg": "5.1.7"
"react-native-svg": "^5.3.0"
},
"bugs": {
"url": "https://github.com/matiascba/react-native-svg-uri/issues"
},
"homepage": "https://github.com/matiascba/react-native-svg-uri#readme",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-react-native": "^2.1.0",
"chai": "^3.5.0",
"mocha": "^3.2.0"
}
Expand Down

0 comments on commit 0c262ae

Please sign in to comment.