Skip to content

Commit 166693d

Browse files
author
yuqian
committed
1.1.6
1 parent b31a07d commit 166693d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.husky/commit-msg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
yarn commitlint --edit "$1"
4+
npx --no-install commitlint --edit "$1"

.husky/pre-commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
yarn lint-staged --allow-empty "$1"
4+
npx --no-install lint-staged --allow-empty "$1"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-slide-verify",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"license": "MIT",
55
"description": "vue3 slide verify",
66
"author": "yuqian <[email protected]>",

0 commit comments

Comments
 (0)