diff --git a/package.json b/package.json index cf1e097c..1a1ed142 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,10 @@ "description": "output coverage reports using Node.js' built in coverage", "main": "index.js", "bin": "./bin/c8.js", + "repository": { + "type": "git", + "url": "git@github.com:bcoe/c8.git" + }, "scripts": { "test": "./bin/c8.js --reporter=html --reporter=text mocha ./test/*.js", "posttest": "standard",