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"