From 80aebbe0e559e41867e694b17619464bfc8251be Mon Sep 17 00:00:00 2001 From: numfin <8134947+numfin@users.noreply.github.com> Date: Thu, 11 Apr 2024 03:16:59 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20FIX:=20np=20now=20isn't=20blocke?= =?UTF-8?q?d=20by=20husky.=20Bigger=20ava=20timeout.=20Fixed=20npm.engines?= =?UTF-8?q?=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a4b9366..81eabe7 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "build:cjs": "rollup dist/index.js --file dist/index.cjs --format cjs", "test": "ava", "test:w": "ava -w", - "prepare": "husky install" + "postinstall": "husky install" }, "keywords": [], "author": "nextgen-samurai", @@ -38,9 +38,10 @@ }, "nodeArguments": [ "--import=tsimp" - ] + ], + "timeout": "30s" }, "engines": { - "node": "^20.5" + "node": ">=20.5" } } \ No newline at end of file