chore: rename id, authorUrl and remove fundingUrl
This commit is contained in:
parent
f743458ced
commit
de1e5841e9
|
@ -1,11 +1,10 @@
|
||||||
{
|
{
|
||||||
"id": "blog-publisher-plugin",
|
"id": "blog-publisher",
|
||||||
"name": "Blog Publisher Plugin",
|
"name": "Blog Publisher Plugin",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"minAppVersion": "0.15.0",
|
"minAppVersion": "0.15.0",
|
||||||
"description": "Easily publish a note in obsidian to blog",
|
"description": "Easily publish a note in obsidian to blog",
|
||||||
"author": "bekurin",
|
"author": "bekurin",
|
||||||
"authorUrl": "https://obsidian.md",
|
"authorUrl": "https://github.com/bekurin",
|
||||||
"fundingUrl": "https://obsidian.md/pricing",
|
|
||||||
"isDesktopOnly": false
|
"isDesktopOnly": false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue