chore: Update package.json
All checks were successful
CI / cache-and-install (push) Successful in 1m41s

This commit is contained in:
严浩
2024-09-14 10:02:15 +08:00
parent 02e46dc391
commit 9d383b172b

View File

@ -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"
},