Skip to content

Commit

Permalink
fix: Remove broken husky for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Seidelsohn committed Sep 15, 2023
1 parent 3fb8672 commit d72111b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 29 deletions.
4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

22 changes: 0 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
"prettier": "npx prettier lib --check && npx prettier bin/license-checker-rseidelsohn --check && npx prettier scripts --check",
"prettier:fix": "npm run prettier -- --write",
"format": "npm run prettier:fix && npm run lint:fix",
"format:dry": "npm run prettier && npm run lint",
"prepare": "husky install"
"format:dry": "npm run prettier && npm run lint"
},
"preferGlobal": true,
"bugs": {
Expand Down Expand Up @@ -149,7 +148,6 @@
"format-package-json": "^0.2.0",
"git-contributors": "^0.2.5",
"github-changes": "^2.0.3",
"husky": "^8.0.0",
"istanbul": "^0.4.5",
"jenkins-mocha": "^11.0.0",
"lint-staged": "^13.1.0",
Expand Down

0 comments on commit d72111b

Please sign in to comment.