From c1a06cfba6f362ea49e8c6b9d197b66de869338d Mon Sep 17 00:00:00 2001 From: Bryan Braun Date: Fri, 14 Sep 2018 23:53:09 -0400 Subject: [PATCH] docs: add some more package.json metadata --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 294888c..b6dd9af 100644 --- a/package.json +++ b/package.json @@ -2,11 +2,15 @@ "name": "@sparkbox/commit-colors", "version": "1.0.0", "description": "See a lovely color swatch in your terminal every time you author a commit. The hexadecimal color comes from the first six characters in your commit hash.", + "repository": "https://github.com/sparkbox/commit-colors", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Bryan Braun ", + "contributors": [ + "Rob Tarr " + ], "license": "MIT", "bin": { "commit-colors": "./index.js"