chore: rename id, authorUrl and remove fundingUrl

This commit is contained in:
bekurin 2023-10-01 15:38:21 +09:00
parent f743458ced
commit de1e5841e9
1 changed files with 2 additions and 3 deletions

View File

@ -1,11 +1,10 @@
{
"id": "blog-publisher-plugin",
"id": "blog-publisher",
"name": "Blog Publisher Plugin",
"version": "1.0.0",
"minAppVersion": "0.15.0",
"description": "Easily publish a note in obsidian to blog",
"author": "bekurin",
"authorUrl": "https://obsidian.md",
"fundingUrl": "https://obsidian.md/pricing",
"authorUrl": "https://github.com/bekurin",
"isDesktopOnly": false
}