diff --git a/manifest.json b/manifest.json index b87e3ef..0571276 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { - "id": "obsidian-vim-yank-highlight", - "name": "Vim Yank Highlight", - "version": "1.0.2", - "minAppVersion": "0.15.0", - "description": "Highlight yanked text in Vim mode. Enjoy that subtle animation you've missed so much.", - "author": "Aleksey Rowan", - "authorUrl": "https://github.com/aleksey-rowan", - "fundingUrl": "https://www.buymeacoffee.com/alekseyrowan", - "isDesktopOnly": true -} \ No newline at end of file + "id": "vim-yank-highlight", + "name": "Vim Yank Highlight", + "version": "1.0.2", + "minAppVersion": "0.15.0", + "description": "Highlight yanked text in Vim mode. Enjoy that subtle animation you've missed so much.", + "author": "Aleksey Rowan", + "authorUrl": "https://github.com/aleksey-rowan", + "fundingUrl": "https://www.buymeacoffee.com/alekseyrowan", + "isDesktopOnly": true +} diff --git a/package.json b/package.json index fb3d9e0..2787aaa 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "obsidian-sample-plugin", + "name": "vim-yank-highlight", "version": "1.0.2", "description": "Highlight yanked text in Vim mode. Enjoy that subtle animation you've missed so much.", "main": "main.js",