From 95bb2c6b46e2834887e5c51937602f757c82902b Mon Sep 17 00:00:00 2001 From: Bronwen Date: Fri, 29 Jul 2022 00:05:33 -0400 Subject: [PATCH] remove git hooks bullshit --- package-lock.json | 17 ----------------- package.json | 1 - 2 files changed, 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 99fbdc6..813e8e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,6 @@ "happy-dom": "6.0.4", "nano-staged": "0.8.0", "playwright": "1.23.4", - "simple-git-hooks": "2.8.0", "typescript": "4.7.4", "unplugin-auto-expose": "0.0.1", "vite": "3.0.0", @@ -9307,16 +9306,6 @@ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.6.tgz", "integrity": "sha512-sDl4qMFpijcGw22U5w63KmD3cZJfBuFlVNbVMKje2keoKML7X2UzWbc4XrmEbDwg0NXJc3yv4/ox7b+JWb57kQ==" }, - "node_modules/simple-git-hooks": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/simple-git-hooks/-/simple-git-hooks-2.8.0.tgz", - "integrity": "sha512-ocmZQORwa6x9mxg+gVIAp5o4wXiWOHGXyrDBA0+UxGKIEKOyFtL4LWNKkP/2ornQPdlnlDGDteVeYP5FjhIoWA==", - "dev": true, - "hasInstallScript": true, - "bin": { - "simple-git-hooks": "cli.js" - } - }, "node_modules/slash": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", @@ -17815,12 +17804,6 @@ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.6.tgz", "integrity": "sha512-sDl4qMFpijcGw22U5w63KmD3cZJfBuFlVNbVMKje2keoKML7X2UzWbc4XrmEbDwg0NXJc3yv4/ox7b+JWb57kQ==" }, - "simple-git-hooks": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/simple-git-hooks/-/simple-git-hooks-2.8.0.tgz", - "integrity": "sha512-ocmZQORwa6x9mxg+gVIAp5o4wXiWOHGXyrDBA0+UxGKIEKOyFtL4LWNKkP/2ornQPdlnlDGDteVeYP5FjhIoWA==", - "dev": true - }, "slash": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", diff --git a/package.json b/package.json index bf95b2c..2323c57 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,6 @@ "happy-dom": "6.0.4", "nano-staged": "0.8.0", "playwright": "1.23.4", - "simple-git-hooks": "2.8.0", "typescript": "4.7.4", "unplugin-auto-expose": "0.0.1", "vite": "3.0.0",