chore: limit supported nodejs versions (#323)

This commit is contained in:
Robert Kaussow 2022-02-04 13:53:49 +01:00 committed by GitHub
parent 3228f90eef
commit e3e5969466
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 0 deletions

1
.npmrc
View File

@ -1,2 +1,3 @@
loglevel=error
fund=false
engine-strict=true

3
package-lock.json generated
View File

@ -38,6 +38,9 @@
"webpack-cli": "4.9.2",
"webpack-manifest-plugin": "4.1.1",
"webpack-remove-empty-scripts": "0.7.3"
},
"engines": {
"node": ">=15 <17"
}
},
"node_modules/@babel/code-frame": {

View File

@ -26,6 +26,9 @@
},
"author": "Robert Kaussow",
"license": "MIT",
"engines": {
"node": ">=15 <17"
},
"dependencies": {
"@cfworker/json-schema": "1.12.1",
"clipboard": "2.0.10",