Skip to content

Commit

Permalink
chore: add git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Coe committed Sep 10, 2018
1 parent 702ffb2 commit 9d51965
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9d51965

Please sign in to comment.