chore: limit supported nodejs versions (#323)
parent
3228f90eef
commit
e3e5969466
1
.npmrc
1
.npmrc
|
@ -1,2 +1,3 @@
|
||||||
loglevel=error
|
loglevel=error
|
||||||
fund=false
|
fund=false
|
||||||
|
engine-strict=true
|
||||||
|
|
|
@ -38,6 +38,9 @@
|
||||||
"webpack-cli": "4.9.2",
|
"webpack-cli": "4.9.2",
|
||||||
"webpack-manifest-plugin": "4.1.1",
|
"webpack-manifest-plugin": "4.1.1",
|
||||||
"webpack-remove-empty-scripts": "0.7.3"
|
"webpack-remove-empty-scripts": "0.7.3"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=15 <17"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@babel/code-frame": {
|
"node_modules/@babel/code-frame": {
|
||||||
|
|
|
@ -26,6 +26,9 @@
|
||||||
},
|
},
|
||||||
"author": "Robert Kaussow",
|
"author": "Robert Kaussow",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=15 <17"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@cfworker/json-schema": "1.12.1",
|
"@cfworker/json-schema": "1.12.1",
|
||||||
"clipboard": "2.0.10",
|
"clipboard": "2.0.10",
|
||||||
|
|
Loading…
Reference in New Issue