diff options
| author | Fuwn <[email protected]> | 2021-04-27 17:12:50 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-04-27 17:12:50 +0000 |
| commit | 715ff27395fa0504595165689bed887090e53ebe (patch) | |
| tree | 4cf54b7b3d7b128a7f040c43d4d656a3303ca16d /yarn.lock | |
| parent | fmt: ... (diff) | |
| download | whirl-715ff27395fa0504595165689bed887090e53ebe.tar.xz whirl-715ff27395fa0504595165689bed887090e53ebe.zip | |
fix: Husky (git hooks) now works
Diffstat (limited to 'yarn.lock')
| -rw-r--r-- | yarn.lock | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000..f4208fb --- /dev/null +++ b/yarn.lock @@ -0,0 +1,8 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +husky@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/husky/-/husky-6.0.0.tgz#810f11869adf51604c32ea577edbc377d7f9319e" + integrity sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ== |