diff options
| author | Fuwn <[email protected]> | 2021-07-01 02:01:36 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-01 02:01:36 -0600 |
| commit | 97eb410bc34a4e0b25eeb510c69487f2809d3333 (patch) | |
| tree | ef4d370a6a86dd015887e25fff9432af5cd2b158 /package.json | |
| parent | feat(whirl_server): implement SESSEXIT command (diff) | |
| parent | chore(deps): update dependency husky to v7 (diff) | |
| download | whirl-97eb410bc34a4e0b25eeb510c69487f2809d3333.tar.xz whirl-97eb410bc34a4e0b25eeb510c69487f2809d3333.zip | |
Merge pull request #51 from Whirlsplash/renovate/husky-7.x
chore(deps): update dependency husky to v7
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index bee2bb1..702f2fe 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,6 @@ "@commitlint/config-conventional": "12.1.4", "commitizen": "4.2.4", "cz-conventional-changelog": "3.3.0", - "husky": "6.0.0" + "husky": "7.0.0" } } |