From 02758e7806f8e368a4b78b797d31c8950b3e60ed Mon Sep 17 00:00:00 2001 From: sean10 Date: Wed, 16 Sep 2020 01:06:06 +0800 Subject: [PATCH] add publisher and repo --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a9f8d6..61a7e15 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "displayName": "vscode-markdown-quote", "description": "vscode markdown block quote.", "version": "0.0.1", + "publisher": "sean10", "engines": { "vscode": "^1.49.0" }, @@ -49,5 +50,10 @@ "mocha": "^8.1.3", "typescript": "^4.0.2", "vscode-test": "^1.4.0" - } + }, + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/Sean10/vscode-markdown-quote" + } }