Fix: prevent `postinstall` from failing on windows https://github.com/typicode/husky/pull/573
3.0.4
Fix: skip install earlier when `HUSKY_SKIP_INSTALL=1` (https://github.com/typicode/husky/issues/563)
3.0.3
Fix: prevent old hooks (husky `< 1.0`) to be run if new ones are defined (husky `>= 1.0` ) https://github.com/typicode/husky/issues/556
3.0.2
* Fix: add shebang to run.js (528)
3.0.1
* Improve error message if git command fails
3.0.0
* Fix HUSKY_SKIP_INSTALL=1 not skipping install * __Breaking change__ husky requires now Git `>= 2.13.2`. If you're already using husky `v2` and don't use an old version of Git, you can safely upgrade.