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 2019/11/11 07:19:40 UTC

[cordova-eslint] 01/02: chore: update node requirement & eslint (eslint-v2.0.0)

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-eslint.git

commit 19ebda1ed7411b549f6dbf60c4e1df6af3c3a133
Author: Erisu <el...@gmail.com>
AuthorDate: Mon Nov 11 16:13:56 2019 +0900

    chore: update node requirement & eslint (eslint-v2.0.0)
---
 package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 9bcfeca..3aaf046 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
   "author": "Apache Software Foundation",
   "license": "Apache-2.0",
   "dependencies": {
-    "eslint": "^6.5.1",
+    "eslint": "^6.6.0",
     "eslint-config-semistandard": "^15.0.0",
     "eslint-config-standard": "^13.0.1",
     "eslint-plugin-import": "^2.18.2",
@@ -27,7 +27,7 @@
     "eslint-plugin-standard": "^4.0.1"
   },
   "engines": {
-    "node": ">= 6"
+    "node": ">= 10.13.0"
   },
   "devDependencies": {
     "jasmine": "^3.5.0",


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