From 57074244435d4b69fc7110d49a65033829f799ee Mon Sep 17 00:00:00 2001 From: Honza Javorek Date: Tue, 18 Dec 2018 14:04:45 +0100 Subject: [PATCH] chore: add repository This makes the https://www.npmjs.com/package/commitlint-circle page to display link to the source code repository. --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 4e76b1d..7c662d7 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,10 @@ "build", "src" ], + "repository": { + "type": "git", + "url": "https://github.com/fathyb/commitlint-circle" + }, "scripts": { "build": "tsc", "commitmsg": "commitlint -E GIT_PARAMS"