Skip to content

Commit

Permalink
3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Sep 1, 2019
1 parent e0b99e6 commit 2dd9985
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.4",
"version": "3.0.5",
"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
4 changes: 2 additions & 2 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.4
# Version: 3.0.5
# At: <locale date string>
# See: https://github.com/typicode/husky#readme
Expand Down Expand Up @@ -61,7 +61,7 @@ exports[`hookScript should match snapshot (Windows) 1`] = `
# husky
# Hook created by Husky
# Version: 3.0.4
# Version: 3.0.5
# At: <locale date string>
# See: https://github.com/typicode/husky#readme
Expand Down

0 comments on commit 2dd9985

Please sign in to comment.