diff options
author | Timmy Willison <timmywil@users.noreply.github.com> | 2024-07-23 11:53:50 -0400 |
---|---|---|
committer | Timmy Willison <timmywil@users.noreply.github.com> | 2024-07-29 15:25:14 -0400 |
commit | 0b013ca9407cc6600f2739cc0a736d09cddedb21 (patch) | |
tree | c56c18062f676dee72de41cc44e3b9441ffed4d8 /.husky | |
parent | fca1c56f15f81fdc49a6c572ec2046c5e721db09 (diff) | |
download | jquery-0b013ca9407cc6600f2739cc0a736d09cddedb21.tar.gz jquery-0b013ca9407cc6600f2739cc0a736d09cddedb21.zip |
Build: upgrade dependencies, including requirejs to 2.3.7
Diffstat (limited to '.husky')
-rwxr-xr-x | .husky/commit-msg | 2 | ||||
-rwxr-xr-x | .husky/pre-commit | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/.husky/commit-msg b/.husky/commit-msg index 69cff3820..199b8aa3e 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1,2 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" npx commitplease .git/COMMIT_EDITMSG diff --git a/.husky/pre-commit b/.husky/pre-commit index 5e1db84ec..f9543cf3c 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,5 +1,3 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" npm run lint npm run qunit-fixture |