diff --git a/package.json b/package.json index 8d4b5a8..fbe3828 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,14 @@ "name": "scores", "displayName": "Scores", "description": "Get ESPN scores and schedules for major leagues", - "version": "0.0.1", + "version": "1.0.0", "engines": { "vscode": "^1.55.0" }, + "publisher": "jakenherman", + "repository": { + "url": "https://www.github.com/jakenherman/scores.git" + }, "categories": [ "Other" ],