0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

chore: add engines in root package.json

This commit is contained in:
Gao Sun 2021-07-26 22:06:13 +08:00
parent 13b516dccb
commit bbb6be1e24
No known key found for this signature in database
GPG key ID: 0F0EFA2E36639F31

View file

@ -17,5 +17,9 @@
"workspaces": {
"packages": ["packages/*"],
"nohoist": ["**/module-alias"]
},
"engines": {
"node": ">=14.15.0",
"yarn": "^1.22.10"
}
}