mirror of
https://github.com/yjs/yjs.git
synced 2025-12-28 16:06:36 +01:00
specify engine
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -25,6 +25,10 @@
|
||||
"typescript": "^4.9.5",
|
||||
"y-protocols": "^1.0.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0",
|
||||
"npm": ">=8.0.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "GitHub Sponsors ❤",
|
||||
"url": "https://github.com/sponsors/dmonad"
|
||||
|
||||
@@ -90,5 +90,9 @@
|
||||
"tui-jsdoc-template": "^1.2.2",
|
||||
"typescript": "^4.9.5",
|
||||
"y-protocols": "^1.0.5"
|
||||
},
|
||||
"engines" : {
|
||||
"npm" : ">=8.0.0",
|
||||
"node" : ">=16.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user