diff options
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | plugins/fetch.json | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package.json b/package.json index 673503cd..d05129e4 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,6 @@ "SENDER_ID": "710936220256" } }, - "cordova-plugin-app-version", "cordova-plugin-file", "cordova-plugin-inappbrowser", "cordova-plugin-ios-longpress-fix", @@ -78,6 +77,7 @@ "locator": "https://github.com/litehelpers/Cordova-sqlite-storage.git", "id": "cordova-sqlite-storage" }, + "cordova-plugin-app-version", { "locator": "https://github.com/hypery2k/cordova-certificate-plugin", "id": "cordova-plugin-certificates" diff --git a/plugins/fetch.json b/plugins/fetch.json index fcf02551..adfb9ae0 100644 --- a/plugins/fetch.json +++ b/plugins/fetch.json @@ -178,19 +178,19 @@ "is_top_level": true, "variables": {} }, - "cordova-plugin-certificates": { + "cordova-plugin-app-version": { "source": { - "type": "git", - "url": "https://github.com/hypery2k/cordova-certificate-plugin", - "subdir": "." + "type": "registry", + "id": "cordova-plugin-app-version" }, "is_top_level": true, "variables": {} }, - "cordova-plugin-app-version": { + "cordova-plugin-certificates": { "source": { - "type": "registry", - "id": "cordova-plugin-app-version" + "type": "git", + "url": "https://github.com/hypery2k/cordova-certificate-plugin", + "subdir": "." }, "is_top_level": true, "variables": {} |
