diff --git a/.space b/.space deleted file mode 100644 index 852dcfa..0000000 --- a/.space +++ /dev/null @@ -1 +0,0 @@ -group-assignment-1 \ No newline at end of file diff --git a/package.json b/package.json index 9f4aef7..6fadb4d 100644 --- a/package.json +++ b/package.json @@ -4,15 +4,18 @@ "description": "VS Code extension that allows you to record and playback guided tours of codebases, directly within the editor", "publisher": "vsls-contrib", "version": "0.0.42", + "author": { + "name": "Microsoft Corporation" + }, "repository": { "type": "git", - "url": "https://github.com/vsls-contrib/codetour" + "url": "https://github.com/microsoft/codetour" }, "bugs": { - "url": "https://github.com/vsls-contrib/codetour/issues" + "url": "https://github.com/microsoft/codetour/issues" }, - "homepage": "https://github.com/vsls-contrib/codetour#readme", - "license": "ISC", + "homepage": "https://github.com/microsoft/codetour#readme", + "license": "MIT", "icon": "images/icon.png", "engines": { "vscode": "^1.48.0"