Skip to content

Commit df43b4a

Browse files
author
Marco Crespi
committed
fix: Remove husky
1 parent 5b062c7 commit df43b4a

File tree

4 files changed

+0
-13
lines changed

4 files changed

+0
-13
lines changed

.husky/.gitignore

-1
This file was deleted.

.husky/pre-commit

-4
This file was deleted.

package-lock.json

-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
"build": "tsc",
5858
"docs": "typedoc",
5959
"release": "standard-version -a",
60-
"prepare": "npx husky install",
6160
"pretty-quick": "npx pretty-quick --staged",
6261
"prebuild:node": "npx prebuild -t 16.0.0 -t 15.0.0 -t 14.0.0 -t 13.0.0 -t 12.0.0 -t 11.0.0",
6362
"prebuild:electron": "npx prebuild -r electron -t 13.0.0-beta.2 -t 12.0.0-beta.1 -t 11.0.0-beta.11 -t 10.0.0-beta.1"
@@ -81,7 +80,6 @@
8180
"@typescript-eslint/parser": "4.22.0",
8281
"eslint": "7.24.0",
8382
"eslint-config-prettier": "8.2.0",
84-
"husky": "6.0.0",
8583
"prettier": "2.2.1",
8684
"pretty-quick": "3.1.0",
8785
"standard-version": "9.2.0",

0 commit comments

Comments
 (0)