From 009cfd56216e10a522d9bcffb453622eeda00b56 Mon Sep 17 00:00:00 2001 From: mightbesimon <60593422+mightbesimon@users.noreply.github.com> Date: Thu, 24 Nov 2022 19:41:46 +1300 Subject: [PATCH] add badges and sponsor link --- package.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/package.json b/package.json index 4a84532..6e807f0 100644 --- a/package.json +++ b/package.json @@ -7,10 +7,21 @@ "color": "#303841", "theme": "dark" }, + "markdown": "github", + "badges": [ + { + "url": "https://github.com/mightbesimon/vscode-mariana/actions/workflows/publish.yml/badge.svg", + "href": "https://mightbesimon.com", + "description": "publish" + } + ], "repository": { "type": "git", "url": "https://github.com/mightbesimon/vscode-mariana/" }, + "sponsor": { + "url": "https://github.com/sponsors/mightbesimon" + }, "author": "mightbesimon", "publisher": "mightbesimon", "version": "0.99.99",