mirror of
https://github.com/taskgenius/taskgenius-plugin.git
synced 2026-07-22 06:40:25 +00:00
Add authoer information
This commit is contained in:
parent
efcdded06e
commit
fe84df0435
2 changed files with 4 additions and 4 deletions
|
|
@ -4,7 +4,7 @@
|
|||
"version": "1.0.1",
|
||||
"minAppVersion": "0.12.0",
|
||||
"description": "A task progress bar plugin for tasks in Obsidian.",
|
||||
"author": "Quorafind",
|
||||
"author": "Boninall",
|
||||
"authorUrl": "https://github.com/Quorafind",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "obsidian-sample-plugin",
|
||||
"name": "obsidian-task-progress-bar",
|
||||
"version": "1.0.1",
|
||||
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
|
||||
"description": "A task progress bar plugin for tasks in Obsidian.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"dev": "node esbuild.config.mjs",
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"author": "Boninall",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@codemirror/autocomplete": "^0.19.9",
|
||||
|
|
|
|||
Loading…
Reference in a new issue