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
  • Loading branch information
hansl committed Oct 24, 2016
1 parent ea7c039 commit c23ff2d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit c23ff2d

Please sign in to comment.