diff --git a/package.json b/package.json index d780ede..6144881 100644 --- a/package.json +++ b/package.json @@ -5,21 +5,21 @@ "version": "1.6.1", "publisher": "DotJoshJohnson", "author": { - "name": "TrueCommerce", - "url": "https://github.com/TrueCommerce" + "name": "Josh Johnson", + "url": "https://github.com/DotJoshJohnson" }, - "icon": "resources/icon.png", + "icon": "resources/xml.png", "galleryBanner": { "color": "#FFFFFF", "theme": "light" }, - "homepage": "https://github.com/TrueCommerce/vscode-xml/wiki", + "homepage": "https://github.com/DotJoshJohnson/vscode-xml/wiki", "repository": { "type": "git", - "url": "https://github.com/TrueCommerce/vscode-xml/wiki" + "url": "https://github.com/DotJoshJohnson/vscode-xml/wiki" }, "bugs": { - "url": "https://github.com/TrueCommerce/vscode-xml/wiki" + "url": "https://github.com/DotJoshJohnson/vscode-xml/wiki" }, "engines": { "vscode": "^0.10.7", diff --git a/resources/icon.png b/resources/icon.png deleted file mode 100644 index 444514b..0000000 Binary files a/resources/icon.png and /dev/null differ diff --git a/resources/xml.png b/resources/xml.png new file mode 100644 index 0000000..597979b Binary files /dev/null and b/resources/xml.png differ