Skip to content

Commit

Permalink
Bump version to 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
magicismight committed Jun 8, 2017
1 parent 59aa414 commit caaadd3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.1.8",
"version": "5.2.0",
"name": "react-native-svg",
"description": "SVG library for react-native",
"repository": {
Expand All @@ -22,13 +22,14 @@
"lint": "eslint ./"
},
"peerDependencies": {
"react-native": ">=0.44.0",
"react": "16.0.0-alpha.6",
"react-native": ">=0.45.0",
"react": "16.0.0-alpha.12",
"prop-types": "^15.5.8"
},
"dependencies": {
"color": "^0.11.1",
"lodash": "^4.16.6"
"lodash": "^4.16.6",
"react-native": "^0.45.0"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
Expand Down

0 comments on commit caaadd3

Please sign in to comment.