Skip to content

Commit 01b859d

Browse files
fix: lock file maintenance (#83)
* chore: lock file maintenance * fix: update config files Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: GitHub Actions <[email protected]>
1 parent a406d53 commit 01b859d

File tree

3 files changed

+1188
-1218
lines changed

3 files changed

+1188
-1218
lines changed

.husky/commit-msg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
1+
#!/usr/bin/env sh
2+
. "$(dirname -- "$0")/_/husky.sh"
33

44
npx commitlint --edit "$1"

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"scripts": {
1818
"checkUnknownFiles": "base checkUnknownFiles",
1919
"commit": "base commit",
20+
"depcheck": "base depcheck",
2021
"lint": "base lint",
2122
"prepare": "base prepare",
2223
"prepublishOnly": "base prepublishOnly",

0 commit comments

Comments
 (0)