You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ra...@apache.org on 2019/11/22 18:03:26 UTC

[cordova-js] branch master updated: fix: move eslint-plugin-es5 to devDependencies (#220)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6d1a3cb  fix: move eslint-plugin-es5 to devDependencies (#220)
6d1a3cb is described below

commit 6d1a3cbfcf5d9a15df20850216b01621e288b3dd
Author: Raphael von der GrĂ¼n <ra...@gmail.com>
AuthorDate: Fri Nov 22 19:03:18 2019 +0100

    fix: move eslint-plugin-es5 to devDependencies (#220)
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 825ce08..ea0dcf2 100644
--- a/package.json
+++ b/package.json
@@ -69,7 +69,6 @@
     }
   ],
   "dependencies": {
-    "eslint-plugin-es5": "^1.4.1",
     "execa": "^1.0.0",
     "fs-extra": "^8.0.1",
     "globby": "^9.2.0"
@@ -80,6 +79,7 @@
     "eslint": "^5.16.0",
     "eslint-config-semistandard": "^13.0.0",
     "eslint-config-standard": "^12.0.0",
+    "eslint-plugin-es5": "^1.4.1",
     "eslint-plugin-import": "^2.16.0",
     "eslint-plugin-node": "^8.0.1",
     "eslint-plugin-promise": "^4.1.1",


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