diff --git a/package.json b/package.json index 3b718634838..ba2be89c3de 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,11 @@ "name": "angular", "version": "0.0.0", "description": "Angular", + "repository": { + "type": "git", + "url": "https://github.com/angular/angular.git" + }, + "bugs": "https://github.com/angular/angular/issues", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },