From 7e5cc2ca550581c6c9ac4bdd524279b13397a10b Mon Sep 17 00:00:00 2001 From: ehmicky Date: Mon, 21 Jun 2021 20:58:56 +0200 Subject: [PATCH] Remove husky --- package.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package.json b/package.json index 5b9968e..6b8feaf 100644 --- a/package.json +++ b/package.json @@ -13,11 +13,6 @@ "scripts": { "test": "gulp test" }, - "husky": { - "hooks": { - "pre-push": "gulp -LL check --full" - } - }, "description": "Parse JavaScript using a terminal", "keywords": [], "license": "Apache-2.0",