diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-12-12 12:05:19 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-12-12 12:05:19 -0500 |
| commit | 0ba365db07c8446b7b23670692284a4aa6a15296 (patch) | |
| tree | ed3b23e60570851faea2e5ff6c246114215d21a9 /package.json | |
| parent | dc2d8ea0e4e402c00b5d8b1f02d637f21f30d203 (diff) | |
fixed non SSL error for ios
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index f1a1e5ab..277810d4 100644 --- a/package.json +++ b/package.json @@ -54,11 +54,13 @@ "cordova-plugin-ionic-webview": { "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" }, + "cordova-custom-config": {}, "cordova-plugin-media-pp-fork": {} } }, "dependencies": { "clivas": "^0.2.0", + "cordova-custom-config": "5.0.2", "cordova-library-helper-pp-fork": "^1.0.1", "cordova-plugin-add-swift-support": "^1.7.2", "cordova-plugin-advanced-http": "^2.0.2", |
