preparing for 1.0.0-alpha release

This commit is contained in:
Nick Hudkins 2015-09-30 22:53:20 -04:00
parent 2027e9c820
commit b351d3016b

View File

@ -1,12 +1,17 @@
{ {
"name": "react-native-linear-gradient", "name": "react-native-linear-gradient",
"version": "0.3.2", "version": "1.0.0-alpha",
"description": "A <LinearGradient> element for react-native", "description": "A <LinearGradient> element for react-native",
"author": { "author": {
"name": "Brent Vatne", "name": "Brent Vatne",
"email": "brentvatne@gmail.com", "email": "brentvatne@gmail.com",
"url": "https://github.com/brentvatne" "url": "https://github.com/brentvatne"
}, },
"contributors": [{
"name": "Nick Hudkins",
"email": "nick@nickhudkins.com",
"url": "https://github.com/nickhudkins"
}],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git@github.com:brentvatne/react-native-linear-gradient.git" "url": "git@github.com:brentvatne/react-native-linear-gradient.git"