miaofuhao 3 anos atrás
pai
commit
130320bdf4
3 arquivos alterados com 5 adições e 5 exclusões
  1. 3 3
      package-lock.json
  2. 1 1
      package.json
  3. 1 1
      src/App.vue

+ 3 - 3
package-lock.json

@@ -6295,9 +6295,9 @@
6295 6295
       "dev": true
6296 6296
     },
6297 6297
     "husky": {
6298
-      "version": "8.0.1",
6299
-      "resolved": "https://registry.npmmirror.com/husky/-/husky-8.0.1.tgz",
6300
-      "integrity": "sha512-xs7/chUH/CKdOCs7Zy0Aev9e/dKOMZf3K1Az1nar3tzlv0jfqnYtu235bstsWTmXOR0EfINrPa97yy4Lz6RiKw==",
6298
+      "version": "7.0.0",
6299
+      "resolved": "https://registry.npmmirror.com/husky/-/husky-7.0.0.tgz",
6300
+      "integrity": "sha512-xK7lO0EtSzfFPiw+oQncQVy/XqV7UVVjxBByc+Iv5iK3yhW9boDoWgvZy3OGo48QKg/hUtZkzz0hi2HXa0kn7w==",
6301 6301
       "dev": true
6302 6302
     },
6303 6303
     "iconv-lite": {

+ 1 - 1
package.json

@@ -31,7 +31,7 @@
31 31
     "eslint-config-prettier": "^8.5.0",
32 32
     "eslint-plugin-prettier": "^4.2.1",
33 33
     "eslint-plugin-vue": "^8.0.3",
34
-    "husky": "^8.0.1",
34
+    "husky": "^7.0.0",
35 35
     "less": "^4.0.0",
36 36
     "less-loader": "^8.0.0",
37 37
     "prettier": "^2.7.1",

+ 1 - 1
src/App.vue

@@ -1,6 +1,6 @@
1 1
 <template>
2 2
   <HelloWorld msg="Welcome to Your Vue.js + TypeScript App" />
3
-  测试git commit 限制123df    
3
+  测试git commit 限制123df
4 4
 </template>
5 5
 
6 6
 <script lang="ts">