diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 9043f98a3b89..ed06da412d7b 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,8 +1,16 @@ { "name": "@ngtools/webpack", "version": "1.1.2", - "description": "", + "description": "Webpack plugin that AoT compiles your Angular components and modules.", "main": "./src/index.js", + "typings": "src/index.d.ts", + "license": "MIT", + "keywords": [ + "angular", + "webpack", + "plugin", + "aot" + ], "repository": { "type": "git", "url": "https://github.com/angular/angular-cli.git"