Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: typicode/husky
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.1.2
Choose a base ref
...
head repository: typicode/husky
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.1.3
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jul 26, 2024

  1. 1
    Copy the full SHA
    7d29633 View commit details
  2. 9.1.3

    typicode committed Jul 26, 2024
    Copy the full SHA
    712cb00 View commit details
Showing with 5 additions and 5 deletions.
  1. +2 −2 husky
  2. +2 −2 package-lock.json
  3. +1 −1 package.json
4 changes: 2 additions & 2 deletions husky
Original file line number Diff line number Diff line change
@@ -13,10 +13,10 @@ i="${XDG_CONFIG_HOME:-$HOME/.config}/husky/init.sh"

[ "${HUSKY-}" = "0" ] && exit 0

export PATH=node_modules/.bin:$PATH
export PATH="node_modules/.bin:$PATH"
sh -e "$s" "$@"
c=$?

[ $c != 0 ] && echo "husky - $n script failed (code $c)"
[ $c = 127 ] && echo "husky - command not found in PATH=$PATH"
exit $c
exit $c
4 changes: 2 additions & 2 deletions 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": "9.1.2",
"version": "9.1.3",
"type": "module",
"description": "Modern native Git hooks",
"keywords": [