mirror of
https://github.com/quartz-community/plugin-template.git
synced 2026-07-22 02:50:24 +00:00
chore: remove vestigial @jackyzha0/quartz peerDependency
This commit is contained in:
parent
0b9ff09af1
commit
b9c330d2a4
1 changed files with 0 additions and 4 deletions
|
|
@ -53,14 +53,10 @@
|
||||||
"check": "npm run typecheck && npm run lint && npm run format && npm run test"
|
"check": "npm run typecheck && npm run lint && npm run format && npm run test"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@jackyzha0/quartz": "^4.5.2",
|
|
||||||
"preact": "^10.0.0",
|
"preact": "^10.0.0",
|
||||||
"vfile": "^6.0.3"
|
"vfile": "^6.0.3"
|
||||||
},
|
},
|
||||||
"peerDependenciesMeta": {
|
"peerDependenciesMeta": {
|
||||||
"@jackyzha0/quartz": {
|
|
||||||
"optional": true
|
|
||||||
},
|
|
||||||
"preact": {
|
"preact": {
|
||||||
"optional": false
|
"optional": false
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue