From 6647fe35b6ab951a3e52a03f330a8e76542fc339 Mon Sep 17 00:00:00 2001 From: Erich Gamma Date: Tue, 9 Feb 2016 23:26:14 +0100 Subject: [PATCH] updated the package.json --- textdocumentprovider-sample/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textdocumentprovider-sample/package.json b/textdocumentprovider-sample/package.json index d3c981bb..61100565 100644 --- a/textdocumentprovider-sample/package.json +++ b/textdocumentprovider-sample/package.json @@ -2,7 +2,7 @@ "name": "vscode-css-properties", "displayName": "Preview CSS Propertis Sample", "description": "A sample illustrating the of TextContentProviders and the `vscode.previewHtml` command. Introduce in verson 0.10.7.", - "version": "0.0.5", + "version": "0.0.6", "publisher": "eg2", "galleryBanner": { "color": "#5c2d91", @@ -16,6 +16,7 @@ "type": "git", "url": "https://github.com/Microsoft/vscode-extension-samples.git" }, + "homepage": "https://github.com/Microsoft/vscode-extension-samples/tree/master/textdocumentprovider-sample/README.md", "categories": [ "Other" ],