diff --git a/frontend/package.tmpl.json b/frontend/package.tmpl.json index 81bd621..1194260 100644 --- a/frontend/package.tmpl.json +++ b/frontend/package.tmpl.json @@ -9,8 +9,8 @@ }, "author": "{{.AuthorName}}", "license": "ISC", - "workspaces": [ - "JS", - "TS" - ] + "workspaces": ["JS", "TS"], + "engines": { + "npm": "^7.0.0" + } }