mirror of
https://github.com/nymbo/Copy-Highlighter.git
synced 2026-07-22 06:56:52 +00:00
Remove Obsidian from plugin description
This commit is contained in:
parent
1fad04603b
commit
abb1cd956a
4 changed files with 8 additions and 7 deletions
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue