specify engines.node >=15 for ||=, #264

This commit is contained in:
Ralf Vogler 2023-12-19 12:27:55 +01:00
parent 3c15252d8b
commit 8bf36a2158
2 changed files with 6 additions and 0 deletions

3
package-lock.json generated
View file

@ -21,6 +21,9 @@
"devDependencies": {
"@stylistic/eslint-plugin-js": "^1.5.1",
"eslint": "^8.56.0"
},
"engines": {
"node": ">=15"
}
},
"node_modules/@aashutoshrathi/word-wrap": {