specify engine

This commit is contained in:
Kevin Jahns 2023-03-21 11:27:37 +01:00
parent 61ba6cdde1
commit d815855450
2 changed files with 8 additions and 0 deletions

4
package-lock.json generated
View File

@ -25,6 +25,10 @@
"typescript": "^4.9.5", "typescript": "^4.9.5",
"y-protocols": "^1.0.5" "y-protocols": "^1.0.5"
}, },
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"funding": { "funding": {
"type": "GitHub Sponsors ❤", "type": "GitHub Sponsors ❤",
"url": "https://github.com/sponsors/dmonad" "url": "https://github.com/sponsors/dmonad"

View File

@ -90,5 +90,9 @@
"tui-jsdoc-template": "^1.2.2", "tui-jsdoc-template": "^1.2.2",
"typescript": "^4.9.5", "typescript": "^4.9.5",
"y-protocols": "^1.0.5" "y-protocols": "^1.0.5"
},
"engines" : {
"npm" : ">=8.0.0",
"node" : ">=16.0.0"
} }
} }