Skip to content

Commit a948d3b

Browse files
committed
fix(metadata): add missing metadata
1 parent e8a46ed commit a948d3b

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

projects/pretty-html-log/package.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,21 @@
1010
"peerDependencies": {
1111
"@angular/common": "^8.2.9",
1212
"@angular/core": "^8.2.9"
13-
}
13+
},
14+
"repository": {
15+
"type": "git",
16+
"url": "https://github.com/angular-extensions/pretty-html-log.git"
17+
},
18+
"homepage": "https://github.com/angular-extensions/pretty-html-log#readme",
19+
"bugs": {
20+
"url": "https://github.com/angular-extensions/pretty-html-log/issues"
21+
},
22+
"license": "MIT",
23+
"author": "Kevin Kreuzer <@kreuzerk>",
24+
"keywords": [
25+
"Angular",
26+
"Jest",
27+
"ComponentTests",
28+
"Unit testing"
29+
]
1430
}

0 commit comments

Comments
 (0)