We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a46ed commit a948d3bCopy full SHA for a948d3b
projects/pretty-html-log/package.json
@@ -10,5 +10,21 @@
10
"peerDependencies": {
11
"@angular/common": "^8.2.9",
12
"@angular/core": "^8.2.9"
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
+ ]
30
}
0 commit comments