Skip to content

Commit fe20f3d

Browse files
committed
4.0.0-beta.3
1 parent 73e158b commit fe20f3d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "husky",
3-
"version": "4.0.0-beta.2",
3+
"version": "4.0.0-beta.3",
44
"description": "Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)",
55
"bin": {
66
"husky-run": "./run.js",

src/installer/__tests__/__snapshots__/getScript.ts.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exports[`hookScript should match snapshot 1`] = `
44
"#!/bin/sh
55
# husky
66
7-
# Hook created by Husky v4.0.0-beta.2 (https://github.com/typicode/husky#readme)
7+
# Hook created by Husky v4.0.0-beta.3 (https://github.com/typicode/husky#readme)
88
# At: <locale date string>
99
# From: /home/typicode/projects/foo-package (https://github.com/foo/foo-package)
1010
# With: npm
@@ -24,9 +24,9 @@ command_exists () {
2424
command -v \\"$1\\" >/dev/null 2>&1
2525
}
2626
27-
debug \\"husky v4.0.0-beta.2 (created at <locale date string>)\\"
27+
debug \\"husky v4.0.0-beta.3 (created at <locale date string>)\\"
2828
debug \\"$hookName hook started\\"
29-
debug \\"Current working directory is '\`pwd\`'\\"
29+
debug \\"Current working directory is \`pwd\`\\"
3030
3131
run_command () {
3232
if command_exists \\"$1\\"; then

0 commit comments

Comments
 (0)