diff --git a/package.json b/package.json index a5215cc..9a92be8 100644 --- a/package.json +++ b/package.json @@ -15,9 +15,6 @@ "now-build": "npm run build -- --configuration production --output-path dist" }, "license": "MIT", - "engines": { - "node": ">=10.9.0" - }, "private": true, "dependencies": { "@angular/animations": "^13.2.1", diff --git a/vercel.json b/vercel.json index 763b9ac..e610c35 100644 --- a/vercel.json +++ b/vercel.json @@ -3,12 +3,6 @@ "name": "hydrus-web", "alias": "hydrus.app", "public": true, - "builds": [ - { - "src": "package.json", - "use": "@vercel/static-build" - } - ], "routes": [ { "src": "/(.*\\..*)",