feat: add npm version limit field

This commit is contained in:
misitebao 2021-12-15 21:40:51 +08:00
parent fa9984d663
commit fed5980a33

View File

@ -9,8 +9,8 @@
},
"author": "{{.AuthorName}}",
"license": "ISC",
"workspaces": [
"JS",
"TS"
]
"workspaces": ["JS", "TS"],
"engines": {
"npm": "^7.0.0"
}
}