Skip to content

Commit 4e31227

Browse files
committed
fix(package): adjust package.json and trigger a release
1 parent db195dc commit 4e31227

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"e2e": "ng e2e",
2626
"semantic-release": "semantic-release"
2727
},
28-
"private": true,
2928
"dependencies": {
3029
"@angular/animations": "~8.2.9",
3130
"@angular/cdk": "~8.2.3",
@@ -84,5 +83,11 @@
8483
"repository": {
8584
"type": "git",
8685
"url": "https://github.com/angular-extensions/pretty-html-log.git"
87-
}
86+
},
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>"
8893
}

0 commit comments

Comments
 (0)