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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
