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 27e5876 chore: relax node engine requirement for external users (#37)
27e5876 is described below
commit 27e58765bf1178427803c76a261df9a7e5982f57
Author: エリス <[email protected]>
AuthorDate: Fri Jan 13 12:44:29 2023 +0900
chore: relax node engine requirement for external users (#37)
---
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 6f862c1..14a2893 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -20,7 +20,7 @@
"nyc": "^15.1.0"
},
"engines": {
- "node": ">=16.0.0"
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
}
},
"node_modules/@ampproject/remapping": {
diff --git a/package.json b/package.json
index 2994d63..c14bf6b 100644
--- a/package.json
+++ b/package.json
@@ -25,7 +25,7 @@
"eslint-plugin-promise": "^6.1.1"
},
"engines": {
- "node": ">=16.0.0"
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"devDependencies": {
"jasmine": "^4.5.0",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]