fix(commit-hook): Add husky to package.json

This commit is contained in:
Erik Ziegler 2019-01-02 17:35:00 +01:00
parent 36dde7842b
commit c1b8642e4d

View File

@ -42,5 +42,8 @@
"not dead", "not dead",
"not ie <= 11", "not ie <= 11",
"not op_mini all" "not op_mini all"
] ],
"devDependencies": {
"husky": "^1.3.1"
}
} }