From 9d91ba94cf2cb452c00a72b0e4672efc5874ef45 Mon Sep 17 00:00:00 2001 From: Kodai Nakamura Date: Sun, 2 Feb 2025 14:11:40 +0900 Subject: [PATCH] chore: remove obsidian- prefix from plugin name --- manifest.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",