From 9d383b172bec6b4c4ac162e2a3aa1b35d7bfa29a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Sat, 14 Sep 2024 10:02:15 +0800 Subject: [PATCH] chore: Update package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e0b8216..480604c 100644 --- a/package.json +++ b/package.json @@ -16,15 +16,15 @@ "dev+preview": "bunx dev-and-preview@1.0.0", "taze": "pnpx taze" }, - "pnpm": { - "patchedDependencies": {} - }, "lint-staged": { "src/**/*.{js,ts,vue}": [ "prettier --write", "eslint --fix" ] }, + "pnpm": { + "patchedDependencies": {} + }, "resolutions": { "@vue-macros/export-props": "0.5.0" },