Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dukeluo committed Nov 25, 2024
1 parent 0d1c36d commit a8b7bdf
Show file tree
Hide file tree
Showing 5 changed files with 884 additions and 864 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
github: dukeluo
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: huanluo
Expand Down
5 changes: 1 addition & 4 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no -- commitlint --edit "${1}" && npm run lint
npx --no -- commitlint --edit $1 && npm run lint
3 changes: 0 additions & 3 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run test
Loading

0 comments on commit a8b7bdf

Please sign in to comment.