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/08 12:08:53 UTC

[cordova-eslint] branch master updated: feat!: bump node engine requirement >=12.0.0 (#22)

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


The following commit(s) were added to refs/heads/master by this push:
     new d354f84  feat!: bump node engine requirement >=12.0.0 (#22)
d354f84 is described below

commit d354f84d7281973154d831b438eba09cedfd1273
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Fri Oct 8 21:08:48 2021 +0900

    feat!: bump node engine requirement >=12.0.0 (#22)
---
 package-lock.json | 2 +-
 package.json      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 6af5835..716e7ac 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -21,7 +21,7 @@
         "nyc": "^15.1.0"
       },
       "engines": {
-        "node": ">= 10.13.0"
+        "node": ">=12.0.0"
       }
     },
     "node_modules/@babel/code-frame": {
diff --git a/package.json b/package.json
index 3f6ed70..41dd5dd 100644
--- a/package.json
+++ b/package.json
@@ -26,7 +26,7 @@
     "eslint-plugin-standard": "^4.0.1"
   },
   "engines": {
-    "node": ">= 10.13.0"
+    "node": ">=12.0.0"
   },
   "devDependencies": {
     "jasmine": "^3.9.0",

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