diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-08-23 11:36:25 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-08-23 11:36:25 -0400 |
| commit | cc6e5ac9388241cbddcbd1c7081718b081e5981a (patch) | |
| tree | 5fb18c917eb5145f281df98febf3527e02d5dc4b | |
| parent | 45b515d583994342fa209296a69512b698958000 (diff) | |
updates
| -rw-r--r-- | .github/stale.yml | 1 | ||||
| -rw-r--r-- | config.xml | 5 | ||||
| -rw-r--r-- | 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 @@ -145,8 +145,9 @@ <plugin name="cordova-plugin-email" spec="^1.2.7" /> <plugin name="cordova-plugin-statusbar" spec="^2.4.2" /> <plugin name="cordova-library-helper-pp-fork" spec="^1.0.1" /> - <plugin name="cordova-plugin-certificates" spec="^0.6.4" /> <plugin name="cordova-plugin-multi-window" spec="0.0.3" /> - <engine name="android" spec="^6.3.0" /> + <plugin name="cordova-plugin-ignore-lint-translation" spec="0.0.1" /> + <plugin name="cordova-plugin-certificates" spec="^0.6.4" /> <engine name="ios" spec="^4.5.5" /> + <engine name="android" spec="^6.3.0" /> </widget> 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", |
