diff --git a/package.json b/package.json index b0af757..d0b88a3 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "jdt-user", - "version": "4.0.13", + "version": "4.0.14", "taroConfig": { - "version": "4.0.13" + "version": "4.0.14" }, "scripts": { "build:weapp": "taro build --type weapp", @@ -43,8 +43,7 @@ "author": "JDT", "lint-staged": { "*.{ts,vue}": [ - "eslint --ext .ts,.vue .", - "npx prettier --write --end-of-line lf ." + "eslint --ext .ts,.vue ." ] }, "config": {