Skip to content

Commit

Permalink
1.0.0-rc.13
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Jul 9, 2018
1 parent 9d73f49 commit 12a1a5f
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "husky",
"version": "1.0.0-rc.12",
"version": "1.0.0-rc.13",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`hookScript should match snapshot (OS X/Linux) 1`] = `
"#!/bin/sh
# husky
# v1.0.0-rc.12 darwin
# v1.0.0-rc.13 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-rc.12 win32
# v1.0.0-rc.13 win32
scriptPath=\\"node_modules/husky/lib/runner/bin.js\\"
hookName=\`basename \\"$0\\"\`
Expand Down

0 comments on commit 12a1a5f

Please sign in to comment.