Skip to content

Commit

Permalink
4.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Sep 28, 2019
1 parent c961c6a commit 026f479
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "husky",
"version": "4.0.0-beta.1",
"version": "4.0.0-beta.2",
"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
2 changes: 1 addition & 1 deletion src/installer/__tests__/__snapshots__/getScript.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exports[`hookScript should match snapshot 1`] = `
"#!/bin/sh
# husky
# Hook created by Husky v4.0.0-beta.1 (https://github.com/typicode/husky#readme)
# Hook created by Husky v4.0.0-beta.2 (https://github.com/typicode/husky#readme)
# At: <locale date string>
# From: /home/typicode/projects/foo-package (https://github.com/foo/foo-package)
# With: npm
Expand Down

0 comments on commit 026f479

Please sign in to comment.