Skip to content

Commit 5ab975f

Browse files
committed
fix: Move lefthook to devDeps
1 parent 8fdc4e5 commit 5ab975f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package-lock.json

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"docs"
4848
],
4949
"dependencies": {
50-
"@arkweid/lefthook": "^0.7.7",
5150
"bin-build": "^3.0.0",
5251
"download": "^8.0.0",
5352
"is-valid-path": "^0.1.1",
@@ -56,6 +55,7 @@
5655
"tempfile": "^3.0.0"
5756
},
5857
"devDependencies": {
58+
"@arkweid/lefthook": "^0.7.7",
5959
"@semantic-release/changelog": "^6.0.1",
6060
"@semantic-release/git": "^10.0.1",
6161
"@swc-node/register": "^1.4.0",

0 commit comments

Comments
 (0)