From c775eedd8711e9ab08ed1d329fa38c2ac6baab82 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Sat, 18 Mar 2017 11:53:59 -0400 Subject: [PATCH] chore(package): Add repository to package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 389c3422a..fe8128a15 100644 --- a/package.json +++ b/package.json @@ -68,5 +68,9 @@ "commitizen": { "path": "./node_modules/cz-conventional-changelog" } + }, + "repository": { + "type": "git", + "url": "https://github.com/tmcw/docbox.git" } }