diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-08-10 14:19:26 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-08-10 14:19:26 -0400 |
| commit | 383e6c7f9e87c86673b066c0b3f68d0d4323c86a (patch) | |
| tree | 2684b0bff49cf915e11da09eed07c94730bedabc | |
| parent | c03dd63fdd746467b1823c76cf0e50302747a8a0 (diff) | |
state save
Former-commit-id: 536e170f354b8728079dfc27b0140fe91a332c8d
| -rw-r--r-- | package.json | 8 | ||||
| -rw-r--r-- | plugins/fetch.json | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package.json b/package.json index 57c13ebf..673503cd 100644 --- a/package.json +++ b/package.json @@ -75,12 +75,12 @@ "id": "cordova-plugin-media" }, { - "locator": "https://github.com/hypery2k/cordova-certificate-plugin", - "id": "cordova-plugin-certificates" - }, - { "locator": "https://github.com/litehelpers/Cordova-sqlite-storage.git", "id": "cordova-sqlite-storage" + }, + { + "locator": "https://github.com/hypery2k/cordova-certificate-plugin", + "id": "cordova-plugin-certificates" } ], "cordovaPlatforms": [ diff --git a/plugins/fetch.json b/plugins/fetch.json index 2bb97c91..63e81799 100644 --- a/plugins/fetch.json +++ b/plugins/fetch.json @@ -177,19 +177,19 @@ "is_top_level": true, "variables": {} }, - "cordova-plugin-certificates": { + "cordova-sqlite-storage": { "source": { "type": "git", - "url": "https://github.com/hypery2k/cordova-certificate-plugin", + "url": "https://github.com/litehelpers/Cordova-sqlite-storage.git", "subdir": "." }, "is_top_level": true, "variables": {} }, - "cordova-sqlite-storage": { + "cordova-plugin-certificates": { "source": { "type": "git", - "url": "https://github.com/litehelpers/Cordova-sqlite-storage.git", + "url": "https://github.com/hypery2k/cordova-certificate-plugin", "subdir": "." }, "is_top_level": true, |
