diff --git a/frontend/package.tmpl.json b/frontend/package.tmpl.json index 1194260..638d106 100644 --- a/frontend/package.tmpl.json +++ b/frontend/package.tmpl.json @@ -11,6 +11,6 @@ "license": "ISC", "workspaces": ["JS", "TS"], "engines": { - "npm": "^7.0.0" + "npm": ">=7.0.0" } }