feat: update npm version limit field

This commit is contained in:
misitebao 2021-12-15 21:43:02 +08:00
parent fed5980a33
commit f4a2dca225

View File

@ -11,6 +11,6 @@
"license": "ISC",
"workspaces": ["JS", "TS"],
"engines": {
"npm": "^7.0.0"
"npm": ">=7.0.0"
}
}