Skip to content

Commit

Permalink
chore: drop husky and git hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Sep 11, 2023
1 parent 081e69a commit 4b6e8ee
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 37 deletions.
5 changes: 0 additions & 5 deletions .husky/pre-commit

This file was deleted.

13 changes: 0 additions & 13 deletions .husky/prepare-commit-msg

This file was deleted.

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

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

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"url": "git+https://github.com/nobkd/replace-maps.git"
},
"scripts": {
"postinstall": "husky install",
"icons": "svgexport icons/icon.svg public/icons/48.png 48:48 && svgexport icons/icon-grey.svg public/icons/48-grey.png 48:48 && svgexport icons/icon.svg public/icons/96.png 96:96 && svgexport icons/icon-grey.svg public/icons/96-grey.png 96:96",
"format": "prettier . --check",
"format:fix": "npm run format -- --write",
Expand All @@ -36,7 +35,6 @@
"@types/leaflet": "^1.9.4",
"@types/webextension-polyfill": "^0.10.2",
"@vitest/coverage-v8": "^0.34.4",
"husky": "^8.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"release-it": "^16.1.5",
Expand Down

0 comments on commit 4b6e8ee

Please sign in to comment.