You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2021/10/02 08:54:27 UTC

[cordova-plugman] branch master updated: chore: update lint dependency w/ lint fix (#135)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugman.git


The following commit(s) were added to refs/heads/master by this push:
     new fe2c0ef  chore: update lint dependency w/ lint fix (#135)
fe2c0ef is described below

commit fe2c0ef71fc4f38605361e2c1e4c0c4497cf4215
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Sat Oct 2 17:54:24 2021 +0900

    chore: update lint dependency w/ lint fix (#135)
---
 package.json    | 2 +-
 src/commands.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 88a81a7..44e5744 100644
--- a/package.json
+++ b/package.json
@@ -17,7 +17,7 @@
     "p-try": "^2.2.0"
   },
   "devDependencies": {
-    "@cordova/eslint-config": "^2.0.0",
+    "@cordova/eslint-config": "^3.0.0",
     "jasmine": "^3.3.1",
     "rewire": "^4.0.1"
   },
diff --git a/src/commands.js b/src/commands.js
index 0ef9234..76e4905 100644
--- a/src/commands.js
+++ b/src/commands.js
@@ -78,7 +78,7 @@ module.exports = {
     createpackagejson (cli_opts) {
         const plugin_path = cli_opts.argv.remain[0];
         if (!plugin_path) {
-            throw new Error(`Missing required path to plugin`);
+            throw new Error('Missing required path to plugin');
         }
         return plugman.createpackagejson(plugin_path);
     }

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org