mirror of
https://github.com/quartz-community/recent-notes.git
synced 2026-07-22 02:50:28 +00:00
chore: add quartz plugin manifest to package.json
This commit is contained in:
parent
3d9ef14936
commit
96d5df9fc6
1 changed files with 11 additions and 0 deletions
11
package.json
11
package.json
|
|
@ -81,5 +81,16 @@
|
|||
"engines": {
|
||||
"node": ">=22",
|
||||
"npm": ">=10.9.2"
|
||||
},
|
||||
"quartz": {
|
||||
"name": "recent-notes",
|
||||
"displayName": "Recent Notes",
|
||||
"category": "component",
|
||||
"version": "1.0.0",
|
||||
"quartzVersion": ">=5.0.0",
|
||||
"dependencies": [],
|
||||
"defaultOrder": 50,
|
||||
"defaultEnabled": false,
|
||||
"defaultOptions": {}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue