bump version and change peerDependency

This commit is contained in:
Horcrux
2016-09-10 19:54:07 +08:00
parent b070216ffe
commit 51ff90cce5
+2 -2
View File
@@ -1,5 +1,5 @@
{ {
"version": "4.2.1", "version": "4.3.0",
"name": "react-native-svg", "name": "react-native-svg",
"description": "SVG library for react-native", "description": "SVG library for react-native",
"repository": { "repository": {
@@ -22,7 +22,7 @@
"lint": "eslint ./" "lint": "eslint ./"
}, },
"peerDependencies": { "peerDependencies": {
"react-native": ">=0.32.0" "react-native": ">=0.33.0"
}, },
"dependencies": { "dependencies": {
"color": "^0.11.1", "color": "^0.11.1",