Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Sep 27, 2018
1 parent 3c3b60d commit fd5379c
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": "1.0.0",
"version": "1.0.1",
"description": "Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)",
"bin": {
"husky-upgrade": "./lib/upgrader/bin.js"
Expand Down
4 changes: 2 additions & 2 deletions src/installer/__tests__/__snapshots__/getScript.ts.snap
Expand Up @@ -3,7 +3,7 @@
exports[`hookScript should match snapshot (OS X/Linux) 1`] = `
"#!/bin/sh
# husky
# v1.0.0 darwin
# v1.0.1 darwin
scriptPath=\\"node_modules/husky/lib/runner/bin.js\\"
hookName=\`basename \\"$0\\"\`
Expand All @@ -25,7 +25,7 @@ fi
exports[`hookScript should match snapshot (Windows) 1`] = `
"#!/bin/sh
# husky
# v1.0.0 win32
# v1.0.1 win32
scriptPath=\\"node_modules/husky/lib/runner/bin.js\\"
hookName=\`basename \\"$0\\"\`
Expand Down

0 comments on commit fd5379c

Please sign in to comment.