Remove Obsidian from plugin description

This commit is contained in:
Nymbo 2026-05-12 17:07:21 -04:00
parent 1fad04603b
commit abb1cd956a
4 changed files with 8 additions and 7 deletions

View file

@ -1,9 +1,9 @@
{
"id": "copy-highlighter",
"name": "Copy Highlighter",
"version": "0.2.0",
"version": "0.2.1",
"minAppVersion": "0.16.0",
"description": "Highlights copied text in Obsidian.",
"description": "Highlights copied text.",
"author": "Nymbo",
"authorUrl": "https://github.com/Nymbo",
"isDesktopOnly": false

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "copy-highlighter",
"version": "0.2.0",
"version": "0.2.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "copy-highlighter",
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",
"dependencies": {
"@codemirror/state": "^6.6.0",

View file

@ -1,7 +1,7 @@
{
"name": "copy-highlighter",
"version": "0.2.0",
"description": "Highlights copied text in Obsidian.",
"version": "0.2.1",
"description": "Highlights copied text.",
"main": "main.js",
"type": "module",
"scripts": {

View file

@ -3,5 +3,6 @@
"0.1.1": "0.15.0",
"0.1.2": "0.16.0",
"0.1.3": "0.16.0",
"0.2.0": "0.16.0"
"0.2.0": "0.16.0",
"0.2.1": "0.16.0"
}