Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adding plugin files
  • Loading branch information
JRM13027 committed Dec 1, 2018
1 parent 79c14ea commit ca862a6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Mobile Application/GPS_Walking/ionic.config.json
@@ -1,6 +1,8 @@
{
"name": "GPS_Walking",
"integrations": {},
"integrations": {
"cordova": {}
},
"type": "ionic-angular",
"id": "a2b680f9"
}
4 changes: 4 additions & 0 deletions Mobile Application/GPS_Walking/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions Mobile Application/GPS_Walking/package.json
Expand Up @@ -25,6 +25,7 @@
"@ionic-native/status-bar": "~4.17.0",
"@ionic/pro": "2.0.3",
"@ionic/storage": "2.2.0",
"cordova-background-geolocation": "git+https://github.com/transistorsoft/cordova-background-geolocation.git",
"ionic-angular": "3.9.2",
"ionicons": "3.0.0",
"rxjs": "5.5.11",
Expand All @@ -35,5 +36,10 @@
"@ionic/app-scripts": "3.2.1",
"typescript": "~2.6.2"
},
"description": "An Ionic project"
}
"description": "An Ionic project",
"cordova": {
"plugins": {
"cordova-background-geolocation": {}
}
}
}

0 comments on commit ca862a6

Please sign in to comment.