From 61f8e8f8f08bf18c6f24a3f279d13a3688177281 Mon Sep 17 00:00:00 2001 From: chee Date: Tue, 12 Jan 2021 06:15:28 +0000 Subject: [PATCH] add required fields for open-vsx --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index fd3009d..b2bd99b 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,5 @@ { + "publisher": "chee", "name": "pale-rose", "displayName": "pale rose theme", "description": "chee rabbits other theme", @@ -17,5 +18,10 @@ "path": "./themes/pale-rose-color-theme.json" } ] + }, + "license": "GPL-3.0+", + "repository": { + "type": "git", + "url": "https://git.snoot.club/chee/pale-rose-code-theme" } } \ No newline at end of file