diff --git a/README.md b/README.md index 320a4c2..7b423ba 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,6 @@ Cordova / Phonegap plugin for communicating with HTTP servers. Supports iOS, An This is a fork of [Wymsee's Cordova-HTTP plugin](https://github.com/wymsee/cordova-HTTP). -## Forked by spoonconsulting - -Duplicate symbol error due to AFNetworking in cordova-plugin-background-upload - ## Advantages over Javascript requests - SSL / TLS Pinning diff --git a/package-lock.json b/package-lock.json index 063f3d0..0e1253c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "@spoonconsulting/cordova-plugin-advanced-http", + "name": "cordova-plugin-advanced-http", "version": "3.2.3", "lockfileVersion": 1, "requires": true, diff --git a/package.json b/package.json index 40ca963..32afa16 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@spoonconsulting/cordova-plugin-advanced-http", + "name": "cordova-plugin-advanced-http", "version": "3.2.3", "description": "Cordova / Phonegap plugin for communicating with HTTP servers using SSL pinning", "scripts": { @@ -15,7 +15,7 @@ "release": "npm run test && ./scripts/release.sh" }, "cordova": { - "id": "@spoonconsulting/cordova-plugin-advanced-http", + "id": "cordova-plugin-advanced-http", "platforms": [ "ios", "android" @@ -23,7 +23,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/spoonconsulting/cordova-plugin-advanced-http.git" + "url": "git+https://github.com/silkimen/cordova-plugin-advanced-http.git" }, "keywords": [ "cordova", @@ -54,9 +54,9 @@ ], "license": "MIT", "bugs": { - "url": "https://github.com/spoonconsulting/cordova-plugin-advanced-http/issues" + "url": "https://github.com/silkimen/cordova-plugin-advanced-http/issues" }, - "homepage": "https://github.com/spoonconsulting/cordova-plugin-advanced-http#readme", + "homepage": "https://github.com/silkimen/cordova-plugin-advanced-http#readme", "devDependencies": { "chai": "4.2.0", "colors": "1.4.0", diff --git a/plugin.xml b/plugin.xml index da12721..ca358d6 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + Advanced HTTP plugin Cordova / Phonegap plugin for communicating with HTTP servers using SSL pinning