chore: Update package.json
All checks were successful
CI / cache-and-install (push) Successful in 1m41s
All checks were successful
CI / cache-and-install (push) Successful in 1m41s
This commit is contained in:
@ -16,15 +16,15 @@
|
|||||||
"dev+preview": "bunx dev-and-preview@1.0.0",
|
"dev+preview": "bunx dev-and-preview@1.0.0",
|
||||||
"taze": "pnpx taze"
|
"taze": "pnpx taze"
|
||||||
},
|
},
|
||||||
"pnpm": {
|
|
||||||
"patchedDependencies": {}
|
|
||||||
},
|
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"src/**/*.{js,ts,vue}": [
|
"src/**/*.{js,ts,vue}": [
|
||||||
"prettier --write",
|
"prettier --write",
|
||||||
"eslint --fix"
|
"eslint --fix"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"pnpm": {
|
||||||
|
"patchedDependencies": {}
|
||||||
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"@vue-macros/export-props": "0.5.0"
|
"@vue-macros/export-props": "0.5.0"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user