diff --git a/package.json b/package.json index f6b2aea..610281a 100644 --- a/package.json +++ b/package.json @@ -15,11 +15,6 @@ "path": "node_modules/cz-git" } }, - "husky": { - "hooks": { - "pre-commit": "lint-staged" - } - }, "lint-staged": { "src/**/*.{js,vue}": [ "eslint --fix", @@ -58,7 +53,7 @@ "quill": "1.3.7", "screenfull": "5.0.2", "sortablejs": "1.10.2", - "vue": "^3.5.17", + "vue": "2.6.12", "vue-count-to": "1.0.13", "vue-cropper": "0.5.5", "vue-meta": "2.4.0",