Skip to content

Commit 39d1eb4

Browse files
authored
Merge pull request #19 from capricorn86/add-fields-to-package-json
fix: [#1] Adds more fields to package.json
2 parents a0a9be1 + bcafeb8 commit 39d1eb4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
"name": "happy-conventional-commit",
33
"description": "Tools for getting a happy conventional commit setup.",
44
"version": "0.0.0",
5+
"author": "David Ortner",
6+
"license": "MIT",
7+
"homepage": "https://github.com/capricorn86/happy-conventional-commit/",
8+
"repository": "https://github.com/capricorn86/happy-conventional-commit/",
9+
"publishConfig": {
10+
"access": "public"
11+
},
512
"keywords": [
613
"conventional",
714
"commit",

0 commit comments

Comments
 (0)