updated the package.json

This commit is contained in:
Erich Gamma
2016-02-09 23:26:14 +01:00
parent 29cbdde3d5
commit 6647fe35b6

View File

@ -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"
],