Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
magrinj committed May 17, 2017
1 parent 33139b3 commit 19c3226
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "react-native-swipeable-view",
"version": "0.0.2",
"version": "1.0.0",
"description": "iOS-style swipeout buttons behind component",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/magrin_j/react-native-swipeable-view.git"
"url": "git+ssh://git@github.com:magrinj/react-native-swipeable-view.git"
},
"keywords": [
"react-native-component",
Expand All @@ -25,9 +25,9 @@
"author": "Jeremy Magrin",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/magrin_j/react-native-swipeable-view/issues"
"url": "https://github.com/magrinj/react-native-swipeable-view/issues"
},
"homepage": "https://gitlab.com/magrin_j/react-native-swipeable-view",
"homepage": "https://github.com/magrinj/react-native-swipeable-view",
"peerDependencies": {
"react-native": ">=0.20.0"
},
Expand Down

0 comments on commit 19c3226

Please sign in to comment.