Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Oct 1, 2018
1 parent ec35c66 commit d22b4f2
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.1",
"version": "1.1.0",
"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.1 darwin
# v1.1.0 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.1 win32
# v1.1.0 win32
scriptPath=\\"node_modules/husky/lib/runner/bin.js\\"
hookName=\`basename \\"$0\\"\`
Expand Down

0 comments on commit d22b4f2

Please sign in to comment.