Skip to content

Commit

Permalink
fix(@ngtools/logger): add typings and other information to logger pac…
Browse files Browse the repository at this point in the history
…kage.json
  • Loading branch information
hansl authored and filipesilva committed May 9, 2017
1 parent 5090e3b commit 3a5668c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions packages/@ngtools/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,28 @@
"version": "1.0.1",
"description": "",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"license": "MIT",
"keywords": [
"reporter",
"logger",
"rxjs",
"typescript",
"log"
],
"repository": {
"type": "git",
"url": "https://github.com/angular/angular-cli.git"
},
"author": "angular",
"bugs": {
"url": "https://github.com/angular/angular-cli/issues"
},
"homepage": "https://github.com/angular/angular-cli/tree/master/packages/@ngtools/logger",
"engines": {
"node": ">= 6.9.0",
"npm": ">= 3.0.0"
},
"dependencies": {
"rxjs": "^5.0.1"
}
Expand Down

0 comments on commit 3a5668c

Please sign in to comment.