From f47f0d2ceeaa33595345efd861ad5a3bfe68afc2 Mon Sep 17 00:00:00 2001 From: Allan Bowe <4420615+allanbowe@users.noreply.github.com> Date: Thu, 20 May 2021 11:56:41 +0300 Subject: [PATCH] chore: removing ghooks reference from package.json --- package.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package.json b/package.json index 5c59c4b..8653f73 100644 --- a/package.json +++ b/package.json @@ -35,10 +35,5 @@ "devDependencies": { "@sasjs/cli": "^2.22.2" }, - "config": { - "ghooks": { - "pre-commit": "sasjs lint" - } - }, "dependencies": {} }