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 db195dc commit 4e31227Copy full SHA for 4e31227
package.json
@@ -25,7 +25,6 @@
25
"e2e": "ng e2e",
26
"semantic-release": "semantic-release"
27
},
28
- "private": true,
29
"dependencies": {
30
"@angular/animations": "~8.2.9",
31
"@angular/cdk": "~8.2.3",
@@ -84,5 +83,11 @@
84
83
"repository": {
85
"type": "git",
86
"url": "https://github.com/angular-extensions/pretty-html-log.git"
87
- }
+ },
+ "homepage": "https://github.com/angular-extensions/pretty-html-log#readme",
88
+ "bugs": {
89
+ "url": "https://github.com/angular-extensions/pretty-html-log/issues"
90
91
+ "license": "MIT",
92
+ "author": "Kevin Kreuzer <@kreuzerk>"
93
}
0 commit comments