Skip to content

Commit a8b7bdf

Browse files
committed
chore: upgrade dependencies
1 parent 0d1c36d commit a8b7bdf

File tree

5 files changed

+884
-864
lines changed

5 files changed

+884
-864
lines changed

.github/FUNDING.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# These are supported funding model platforms
22

3-
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
3+
github: dukeluo
44
patreon: # Replace with a single Patreon username
55
open_collective: # Replace with a single Open Collective username
66
ko_fi: huanluo

.husky/commit-msg

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
4-
npx --no -- commitlint --edit "${1}" && npm run lint
1+
npx --no -- commitlint --edit $1 && npm run lint

.husky/pre-push

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npm run test

0 commit comments

Comments
 (0)