diff options
Diffstat (limited to 'StoneIsland/plugins/fetch.json')
| -rwxr-xr-x | StoneIsland/plugins/fetch.json | 26 |
1 files changed, 8 insertions, 18 deletions
diff --git a/StoneIsland/plugins/fetch.json b/StoneIsland/plugins/fetch.json index 4d0eafbb..13e90dc5 100755 --- a/StoneIsland/plugins/fetch.json +++ b/StoneIsland/plugins/fetch.json @@ -97,16 +97,6 @@ "is_top_level": true, "variables": {} }, - "phonegap-plugin-push": { - "source": { - "type": "registry", - "id": "phonegap-plugin-push@1.9.2" - }, - "is_top_level": true, - "variables": { - "SENDER_ID": "XXXXXXX" - } - }, "cordova-plugin-statusbar": { "source": { "type": "registry", @@ -115,14 +105,6 @@ "is_top_level": true, "variables": {} }, - "cordova-plugin-firebase": { - "source": { - "type": "registry", - "id": "cordova-plugin-firebase@0.1.24" - }, - "is_top_level": true, - "variables": {} - }, "cordova-plugin-app-name": { "source": { "type": "registry", @@ -132,5 +114,13 @@ "variables": { "APP_NAME": "Stone Island" } + }, + "phonegap-plugin-push": { + "source": { + "type": "registry", + "id": "phonegap-plugin-push@2.0.0" + }, + "is_top_level": true, + "variables": {} } }
\ No newline at end of file |
