diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 59bf90433858..9fbb2dd49b54 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -3,7 +3,16 @@ "version": "1.1.0", "description": "", "main": "./src/index.js", + "repository": { + "type": "git", + "url": "https://github.com/angular/angular-cli.git" + }, + "author": "angular", "license": "MIT", + "bugs": { + "url": "https://github.com/angular/angular-cli/issues" + }, + "homepage": "https://github.com/angular/angular-cli/tree/master/packages/webpack", "dependencies": { "@angular-cli/ast-tools": "^1.0.0" },