Skip to content

Commit

Permalink
fix(package): add some more metadata to webpack package.json
Browse files Browse the repository at this point in the history
Close #2854
  • Loading branch information
hansl authored and filipesilva committed Oct 28, 2016
1 parent 2133abc commit c2dbf88
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
{
"name": "@ngtools/webpack",
"version": "1.1.3",
"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"
},
"author": "angular",
"license": "MIT",
"bugs": {
"url": "https://github.com/angular/angular-cli/issues"
},
Expand Down

0 comments on commit c2dbf88

Please sign in to comment.