From e738f89e14141f3c9781f86604798cc9a0810458 Mon Sep 17 00:00:00 2001 From: schmelto <30869493+schmelto@users.noreply.github.com> Date: Sat, 25 Nov 2023 19:56:08 +0100 Subject: [PATCH] Remove husky and update package.json --- .husky/pre-commit | 4 ---- package-lock.json | 18 +----------------- package.json | 6 ++---- 3 files changed, 3 insertions(+), 25 deletions(-) delete mode 100644 .husky/pre-commit diff --git a/.husky/pre-commit b/.husky/pre-commit deleted file mode 100644 index ae2541c..0000000 --- a/.husky/pre-commit +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - -npm test \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 6dc814c..129fd82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,8 +13,7 @@ "prettier": "^3.1.0" }, "devDependencies": { - "eslint": "^8.54.0", - "husky": "^8.0.0" + "eslint": "^8.54.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -799,21 +798,6 @@ "node": ">=14.18.0" } }, - "node_modules/husky": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", - "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", - "dev": true, - "bin": { - "husky": "lib/bin.js" - }, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/typicode" - } - }, "node_modules/ignore": { "version": "5.3.0", "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.0.tgz", diff --git a/package.json b/package.json index b6d11ea..2afce59 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,7 @@ "main": "index.html", "scripts": { "format": "prettier --write .", - "start": "index.html", - "prepare": "husky install" + "start": "index.html" }, "repository": { "type": "git", @@ -23,8 +22,7 @@ "prettier": "^3.1.0" }, "devDependencies": { - "eslint": "^8.54.0", - "husky": "^8.0.0" + "eslint": "^8.54.0" }, "cypress-cucumber-preprocessor": { "nonGlobalStepDefinitions": true