diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-09-26 01:35:13 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-09-26 01:35:13 +0200 |
| commit | 597fa051833ca3df6eb185c0143ff82e02dacba1 (patch) | |
| tree | cb25347477c57f82e955b054b70f4bb5359fb0d2 /StoneIsland/plugins/fetch.json | |
| parent | 6a9186aea6b85beef28e3eb765fbf2322a1c7890 (diff) | |
push plugin ugh
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 |
