From 9d519658dab036e3b5cb07b7f6668c0b6db65730 Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Mon, 10 Sep 2018 15:47:11 -0700 Subject: [PATCH] chore: add git repo --- package.json | 4 ++++ 1 file changed, 4 insertions(+) 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",