Skip to content

Commit c23ff2d

Browse files
committed
fix(package): add some more metadata to webpack package.json
1 parent ea7c039 commit c23ff2d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

packages/webpack/package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
{
22
"name": "@ngtools/webpack",
33
"version": "1.1.2",
4-
"description": "",
4+
"description": "Webpack plugin that AoT compiles your Angular components and modules.",
55
"main": "./src/index.js",
6+
"typings": "src/index.d.ts",
7+
"license": "MIT",
8+
"keywords": [
9+
"angular",
10+
"webpack",
11+
"plugin",
12+
"aot"
13+
],
614
"repository": {
715
"type": "git",
816
"url": "https://github.com/angular/angular-cli.git"

0 commit comments

Comments
 (0)