Skip to content

Commit 3a5668c

Browse files
hanslfilipesilva
authored andcommitted
fix(@ngtools/logger): add typings and other information to logger package.json
1 parent 5090e3b commit 3a5668c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

packages/@ngtools/logger/package.json

+21
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,28 @@
33
"version": "1.0.1",
44
"description": "",
55
"main": "./src/index.js",
6+
"typings": "./src/index.d.ts",
67
"license": "MIT",
8+
"keywords": [
9+
"reporter",
10+
"logger",
11+
"rxjs",
12+
"typescript",
13+
"log"
14+
],
15+
"repository": {
16+
"type": "git",
17+
"url": "https://github.com/angular/angular-cli.git"
18+
},
19+
"author": "angular",
20+
"bugs": {
21+
"url": "https://github.com/angular/angular-cli/issues"
22+
},
23+
"homepage": "https://github.com/angular/angular-cli/tree/master/packages/@ngtools/logger",
24+
"engines": {
25+
"node": ">= 6.9.0",
26+
"npm": ">= 3.0.0"
27+
},
728
"dependencies": {
829
"rxjs": "^5.0.1"
930
}

0 commit comments

Comments
 (0)