chore: limit supported nodejs versions (#188)

This commit is contained in:
Robert Kaussow 2022-02-05 15:02:06 +01:00 committed by GitHub
parent 59a591c73b
commit b83812d09f
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

@ -35,6 +35,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": {
"clipboard": "2.0.10",
"mermaid": "8.13.10",