aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-27 17:12:50 +0000
committerFuwn <[email protected]>2021-04-27 17:12:50 +0000
commit715ff27395fa0504595165689bed887090e53ebe (patch)
tree4cf54b7b3d7b128a7f040c43d4d656a3303ca16d /package.json
parentfmt: ... (diff)
downloadwhirl-715ff27395fa0504595165689bed887090e53ebe.tar.xz
whirl-715ff27395fa0504595165689bed887090e53ebe.zip
fix: Husky (git hooks) now works
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
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"}}