diff options
| author | Fuwn <[email protected]> | 2021-07-01 02:25:53 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-01 02:25:53 -0600 |
| commit | adce5aa8e4d8965f36456d278f50ec7df17e5e28 (patch) | |
| tree | 08b6417db171b79e02d7f8fa2a50a3ea422251e0 /package.json | |
| parent | Merge branch 'main' of https://github.com/fuwn/lime (diff) | |
| parent | chore(deps): update dependency husky to v7 (diff) | |
| download | lime-old-adce5aa8e4d8965f36456d278f50ec7df17e5e28.tar.xz lime-old-adce5aa8e4d8965f36456d278f50ec7df17e5e28.zip | |
Merge pull request #6 from fuwn/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 03d5d8b..80bc625 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" } } |