From bb346d9c6c1fe007f63d502c9e7e57fe9911beda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E8=A3=A4=E8=A1=A9?= Date: Wed, 10 Jun 2020 19:44:51 +0800 Subject: [PATCH] perf: update --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 30e9a64d..0a4cc28f 100644 --- a/package.json +++ b/package.json @@ -86,11 +86,6 @@ "node": ">=8.9", "npm": ">= 3.0.0" }, - "husky": { - "hooks": { - "pre-commit": "lint-staged" - } - }, "keywords": [ "vue", "admin", @@ -107,6 +102,11 @@ "git add" ] }, + "husky": { + "hooks": { + "pre-commit": "lint-staged" + } + }, "repository": { "type": "git", "url": "git+https://github.com/PanJiaChen/vue-element-admin.git"