Skip to content

Commit

Permalink
Merge 0d96dfb into e64d003
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Feb 1, 2024
2 parents e64d003 + 0d96dfb commit a118c8b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 15 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
},
"type": "module",
"scripts": {
"test": "xo && c8 ava",
"coverage": "c8 report --reporter=lcov"
"coverage": "c8 report --reporter=lcov",
"prepare": "husky",
"test": "xo && c8 ava"
},
"files": [
"cli.js"
Expand All @@ -36,7 +37,7 @@
"ava": "^6.0.1",
"c8": "^9.1.0",
"execa": "^8.0.1",
"husky": "^8.0.1",
"husky": "^9.0.7",
"lint-staged": "^15.0.2",
"xo": "^0.56.0"
},
Expand Down

0 comments on commit a118c8b

Please sign in to comment.