From bcafeb8cf4acf98d8c3ef1e48c0b1ca83b732115 Mon Sep 17 00:00:00 2001 From: David Date: Mon, 29 Jan 2024 19:32:42 +0100 Subject: [PATCH] fix: [#1] Adds more fields to package.json --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index 12b0a92..6656525 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,13 @@ "name": "happy-conventional-commit", "description": "Tools for getting a happy conventional commit setup.", "version": "0.0.0", + "author": "David Ortner", + "license": "MIT", + "homepage": "https://github.com/capricorn86/happy-conventional-commit/", + "repository": "https://github.com/capricorn86/happy-conventional-commit/", + "publishConfig": { + "access": "public" + }, "keywords": [ "conventional", "commit",