Skip to content

Commit

Permalink
chore(deps): update dependency husky to v6 (#66)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Felix Becker <felix.b@outlook.com>
  • Loading branch information
3 people committed May 24, 2021
1 parent 80ee94c commit 24a00c4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 139 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit $1
142 changes: 10 additions & 132 deletions package-lock.json

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

10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"firefox:start": "web-ext run",
"firefox:build": "web-ext build --overwrite-dest",
"firefox:watch": "web-ext build --as-needed --overwrite-dest",
"semantic-release": "semantic-release"
"semantic-release": "semantic-release",
"prepare": "husky install"
},
"webExt": {
"sourceDir": "./dist/"
Expand All @@ -27,11 +28,6 @@
"@commitlint/config-conventional"
]
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"dependencies": {
"delay": "^5.0.0",
"dom-to-svg": "^0.12.0",
Expand All @@ -50,7 +46,7 @@
"@types/file-saver": "^2.0.2",
"@types/firefox-webext-browser": "^82.0.0",
"eslint": "^7.27.0",
"husky": "^4.3.0",
"husky": "^6.0.0",
"parcel-bundler": "^1.12.5",
"parcel-plugin-web-extension": "^1.6.1",
"parcel-plugin-wrapper": "^0.2.3",
Expand Down

0 comments on commit 24a00c4

Please sign in to comment.