Skip to content

Commit 85ab896

Browse files
committed
Replaced husky with yorkie
1 parent f3dca7e commit 85ab896

File tree

2 files changed

+5
-61
lines changed

2 files changed

+5
-61
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@
1212
"test:watch": "npm run test -- --watch",
1313
"lint": "vue-cli-service lint"
1414
},
15-
"husky": {
16-
"hooks": {
17-
"pre-commit": "lint-staged"
18-
}
15+
"gitHooks": {
16+
"pre-commit": "lint-staged"
1917
},
2018
"dependencies": {
2119
"@babel/runtime": "7.4.2",
@@ -45,7 +43,6 @@
4543
"chai-as-promised": "7.1.1",
4644
"eslint": "5.15.3",
4745
"flush-promises": "1.0.2",
48-
"husky": "1.3.1",
4946
"jsdom": "14.0.0",
5047
"lint-staged": "8.1.5",
5148
"lolex": "3.1.0",

0 commit comments

Comments
 (0)