From cc6e5ac9388241cbddcbd1c7081718b081e5981a Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 23 Aug 2018 11:36:25 -0400 Subject: updates --- .github/stale.yml | 1 + config.xml | 5 +++-- package.json | 8 +++++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 399cb995..7d6713d6 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -10,6 +10,7 @@ exemptLabels: - bug - long term - informational + - help wanted # Label to use when marking an issue as stale staleLabel: stale # Comment to post when marking an issue as stale. Set to `false` to disable diff --git a/config.xml b/config.xml index d47fdea4..2ae4c0a4 100644 --- a/config.xml +++ b/config.xml @@ -145,8 +145,9 @@ - - + + + diff --git a/package.json b/package.json index 457752e0..2c4e6349 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "displayName": "zmNinja", "cordova": { "platforms": [ - "android", - "ios" + "ios", + "android" ], "plugins": { "cordova-plugin-add-swift-support": {}, @@ -47,7 +47,8 @@ "cordova-plugin-statusbar": {}, "cordova-plugin-certificates": {}, "cordova-library-helper-pp-fork": {}, - "cordova-plugin-multi-window": {} + "cordova-plugin-multi-window": {}, + "cordova-plugin-ignore-lint-translation": {} } }, "dependencies": { @@ -69,6 +70,7 @@ "cordova-plugin-file": "^6.0.1", "cordova-plugin-file-transfer": "^1.7.1", "cordova-plugin-globalization": "^1.0.7", + "cordova-plugin-ignore-lint-translation": "0.0.1", "cordova-plugin-inappbrowser": "^1.7.1", "cordova-plugin-insomnia": "^4.3.0", "cordova-plugin-media-pp-fork": "^1.0.2-dev", -- cgit v1.2.3