Skip to content

Commit

Permalink
3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Sep 28, 2019
1 parent d421492 commit 1286e3b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "husky",
"version": "3.0.6",
"version": "3.0.7",
"description": "Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)",
"bin": {
"husky-run": "./run.js",
Expand Down
8 changes: 4 additions & 4 deletions src/installer/__tests__/__snapshots__/getScript.ts.snap
Expand Up @@ -5,7 +5,7 @@ exports[`hookScript should match snapshot (OS X/Linux) 1`] = `
# husky
# Hook created by Husky
# Version: 3.0.6
# Version: 3.0.7
# At: <locale date string>
# See: https://github.com/typicode/husky#readme
Expand All @@ -23,7 +23,7 @@ debug() {
fi
}
debug \\"husky v3.0.6 (created at <locale date string>)\\"
debug \\"husky v3.0.7 (created at <locale date string>)\\"
debug \\"$hookName hook started\\"
if [ \\"\${HUSKY_SKIP_HOOKS}\\" = \\"true\\" ] || [ \\"\${HUSKY_SKIP_HOOKS}\\" = \\"1\\" ]; then
Expand Down Expand Up @@ -62,7 +62,7 @@ exports[`hookScript should match snapshot (Windows) 1`] = `
# husky
# Hook created by Husky
# Version: 3.0.6
# Version: 3.0.7
# At: <locale date string>
# See: https://github.com/typicode/husky#readme
Expand All @@ -80,7 +80,7 @@ debug() {
fi
}
debug \\"husky v3.0.6 (created at <locale date string>)\\"
debug \\"husky v3.0.7 (created at <locale date string>)\\"
debug \\"$hookName hook started\\"
if [ \\"\${HUSKY_SKIP_HOOKS}\\" = \\"true\\" ] || [ \\"\${HUSKY_SKIP_HOOKS}\\" = \\"1\\" ]; then
Expand Down

0 comments on commit 1286e3b

Please sign in to comment.