Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zehfernandes committed Oct 6, 2017
1 parent ec7692a commit 0da8c45
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ coverage
build/Release
node_modules
res
examples
examples/
examples/**
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"keywords": [
"react-component",
"react-native",
"ios"
"ios",
"android"
],
"version": "1.0.0",
"description": "3D cube navigation JS",
Expand All @@ -13,15 +14,15 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/leecade/react-native-swiper.git"
"url": "git+https://github.com/zehfernandes/react-native-3dcube-navigation.git"
},
"author": "Zeh Fernandes",
"license": "ISC",
"files": [
"src"
],
"bugs": {
"url": "https://github.com/leecade/react-native-swiper/issues"
"url": "https://github.com/zehfernandes/react-native-3dcube-navigation/issues"
},
"homepage": "https://github.com/leecade/react-native-swiper#readme"
"homepage": "https://github.com/zehfernandes/react-native-3dcube-navigation#readme"
}

0 comments on commit 0da8c45

Please sign in to comment.