From 1a2582d098052e86072cee5bffd20fc45c2ea11f Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Thu, 6 Oct 2016 11:38:42 +0100 Subject: [PATCH] chore(webpack) add repo info for webpack plugin Close #2547 --- packages/webpack/package.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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" },