We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2068f64 commit 3ffc354Copy full SHA for 3ffc354
.husky/pre-push renamed to .husky/pre-commit
@@ -1,6 +1,3 @@
1
-#!/usr/bin/env sh
2
-. "$(dirname "$0")/_/husky.sh"
3
-
4
# 需要检查的文件列表(可按需修改文件名和路径)
5
files="ezuikit.js index.js index.mjs"
6
index.mjs
@@ -1,5 +1,5 @@
/*
-* ezuikit.js v8.1.12-beta.1
+* ezuikit.js v8.1.12
* ezuikit javascript for npm
* Copyright (c) 2025-07-02 Ezviz-OpenBiz
* Released under the MIT License.
package.json
@@ -50,5 +50,8 @@
50
"homepage": "https://github.com/Ezviz-OpenBiz/EZUIKit-JavaScript-npm#readme",
51
"devDependencies": {
52
"husky": "^9.1.7"
53
+ },
54
+ "scripts": {
55
+ "prepare": "husky"
56
}
57
0 commit comments