diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-03-04 07:19:57 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-03-04 07:19:57 -0500 |
| commit | e9af25f32d72a2146796c9eea3224c1d9c882ce9 (patch) | |
| tree | 0d113d8fb8fce3a8efdc57607ca5bb701c5667e6 /package.json | |
| parent | d38b5719bad24d1039feb8d0e2b5f29c17158486 (diff) | |
#491 - build process and config updated
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/package.json b/package.json index e6b8eac3..60a2d230 100644 --- a/package.json +++ b/package.json @@ -37,13 +37,6 @@ "id": "cordova-sqlite-storage" }, "cordova-plugin-settings-hook", - { - "id": "phonegap-plugin-push", - "locator": "phonegap-plugin-push", - "variables": { - "SENDER_ID": "710936220256" - } - }, "cordova-plugin-file", "cordova-plugin-compat", "cordova-plugin-inappbrowser", @@ -99,15 +92,22 @@ }, "cordova-plugin-photo-library", { - "locator": "https://github.com/hypery2k/cordova-certificate-plugin", - "id": "cordova-plugin-certificates" - }, - { "id": "cordova-plugin-customurlscheme", "locator": "cordova-plugin-customurlscheme", "variables": { "URL_SCHEME": "zmninja" } + }, + { + "id": "phonegap-plugin-push", + "locator": "phonegap-plugin-push", + "variables": { + "SENDER_ID": "710936220256" + } + }, + { + "locator": "https://github.com/hypery2k/cordova-certificate-plugin", + "id": "cordova-plugin-certificates" } ], "cordovaPlatforms": [ |
