diff --git a/dependencies.json b/dependencies.json deleted file mode 100644 index d0b3031..0000000 --- a/dependencies.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "*": { - "*": [ - "bs4" - ] - } -} diff --git a/repository.json b/repository.json index ac0334d..392209e 100644 --- a/repository.json +++ b/repository.json @@ -8,12 +8,10 @@ "homepage": "https://git.0x42.cloud/christian.morpurgo/MarkdownLivePreview", "releases": [ { - "version": "4.0.0", - "url": "https://git.0x42.cloud/christian.morpurgo/MarkdownLivePreview/releases/download/v5.0.0/MarkdownLivePreview.sublime-package", + "version": "6.0.0", + "url": "https://git.0x42.cloud/christian.morpurgo/MarkdownLivePreview/releases/download/v6.0.0/MarkdownLivePreview.sublime-package", "date": "2025-04-24 00:00:00", - "sublime_text": "*", - "dependencies": [ - "beautifulsoup4==4.9.3" ] + "sublime_text": "*" } ] }