From 91e3c756a68362689ccd8d8e615ff2d4ea2d886d Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Fri, 6 Sep 2024 15:18:15 +0200 Subject: [PATCH] chore(package): remove `engines` --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index e463f338..d08490b0 100644 --- a/package.json +++ b/package.json @@ -17,9 +17,6 @@ "files": [ "dist" ], - "engines": { - "node": ">=v16.20.2" - }, "scripts": { "build": "nuxt-module-build build", "prepack": "pnpm build",