Skip to content

Commit

Permalink
edit package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Richou committed Dec 7, 2016
1 parent bfce909 commit d2b6631
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,23 @@
{
"name": "react-native-android-location-enabler",
"version": "1.0.0",
"description": "",
"description": "Display a GoogleMap like android popup to ask for user to enable location services if disabled ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native"
"react-native", "location", "location-services", "android-location-services", "enable", "android", "popup"
],
"author": "Richou",
"license": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Richou/react-native-android-location-enabler.git"
},
"bugs": {
"url": "https://github.com/Richou/react-native-android-location-enabler/issues"
},
"peerDependencies": {
"react-native": "^0.29.0"
}
Expand Down

0 comments on commit d2b6631

Please sign in to comment.