chore(package): update husky

This commit is contained in:
Thomas Rupprecht 2023-02-04 03:28:39 +01:00
parent 4e17127714
commit 9541d3ee4b
3 changed files with 8 additions and 2 deletions

View File

@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
## [unreleased]
### Features
- Add git-cliff to update the CHANGELOG.md
### Miscellaneous Tasks
- Update husky
### Other
- Add pre-commit hook with husky

2
package-lock.json generated
View File

@ -15,7 +15,7 @@
"devDependencies": {
"@types/firefox-webext-browser": "^109.0.0",
"git-cliff": "^1.1.2",
"husky": "^8.0.0"
"husky": "^8.0.3"
}
},
"node_modules/@types/firefox-webext-browser": {

View File

@ -8,7 +8,7 @@
"devDependencies": {
"@types/firefox-webext-browser": "^109.0.0",
"git-cliff": "^1.1.2",
"husky": "^8.0.0"
"husky": "^8.0.3"
},
"scripts": {
"copy-browser-polyfill": "cp node_modules/webextension-polyfill/dist/browser-polyfill.js src/browser-polyfill.js",