diff options
| author | Fuwn <[email protected]> | 2021-04-27 17:12:50 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-04-27 17:12:50 -0700 |
| commit | 46c8d440d6727a40ea368c7b07c088a21b2d4af3 (patch) | |
| tree | 71aa0cfe3fe107ba64a36939b832c37faade46d0 /package.json | |
| parent | fmt: ... (diff) | |
| download | whirl-46c8d440d6727a40ea368c7b07c088a21b2d4af3.tar.xz whirl-46c8d440d6727a40ea368c7b07c088a21b2d4af3.zip | |
fix: Husky (git hooks) now works
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..60effe8 --- /dev/null +++ b/package.json @@ -0,0 +1 @@ +{"devDependencies":{"husky":"^6.0.0"},"scripts":{"prepare":"husky install"}} |