Skip to content

Commit 5cdbf05

Browse files
author
bastyen
committed
remove package
1 parent 5471ca9 commit 5cdbf05

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

package.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@
102102
"prettier": "^1.19.1",
103103
"ts-node": "^8.8.1",
104104
"tslint": "^5.20.1",
105-
"typescript": "~3.5.3",
106-
"cordova-plugin-background-geolocation": "@mauron85/cordova-plugin-background-geolocation@~3.1.0"
105+
"typescript": "~3.5.3"
107106
},
108107
"description": "A hiking app",
109108
"cordova": {
@@ -144,14 +143,6 @@
144143
"CONTENT_AUTHORITY": "$PACKAGE_NAME",
145144
"ALWAYS_USAGE_DESCRIPTION": "In order to locate or track you while hiking, this app always requires location tracking",
146145
"MOTION_USAGE_DESCRIPTION": "In order to locate or track you while hiking, this app requires motion detection"
147-
},
148-
"cordova-plugin-background-geolocation": {
149-
"GOOGLE_PLAY_SERVICES_VERSION": "11+",
150-
"ANDROID_SUPPORT_LIBRARY_VERSION": "26+",
151-
"ICON": "@mipmap/icon",
152-
"SMALL_ICON": "@mipmap/icon",
153-
"ALWAYS_USAGE_DESCRIPTION": "App requires background tracking ",
154-
"MOTION_USAGE_DESCRIPTION": "App requires motion detection"
155146
}
156147
},
157148
"platforms": [

0 commit comments

Comments
 (0)