diff --git a/contentprovider-sample/package.json b/contentprovider-sample/package.json index b9be498a..bbe5a03f 100644 --- a/contentprovider-sample/package.json +++ b/contentprovider-sample/package.json @@ -2,8 +2,15 @@ "name": "references-plusplus", "displayName": "References++", "description": "Show the results of 'Find References' as formatted text in an editor", - "version": "0.0.3", + "version": "0.0.4", "publisher": "jrieken", + "repository": { + "type": "git", + "url": "https://github.com/Microsoft/vscode-extension-samples" + }, + "bugs": { + "url": "https://github.com/Microsoft/vscode-extension-samples/issues" + }, "engines": { "vscode": "^1.0.0" },