diff --git a/manifest.json b/manifest.json index 9d0a613..9d65acd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "id": "obsidian-automatic-linker", + "id": "automatic-linker", "name": "Automatic Linker", "version": "0.0.3", "minAppVersion": "0.15.0", @@ -8,4 +8,4 @@ "authorUrl": "https://obsidian.md", "fundingUrl": "https://obsidian.md/pricing", "isDesktopOnly": false -} \ No newline at end of file +} diff --git a/package.json b/package.json index 6f83b8e..4812c48 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "obsidian-automatic-linker", + "name": "automatic-linker", "version": "0.0.3", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js",