Skip to content

Commit

Permalink
pin tap until new version of nyc can be pulled in
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Coe committed May 23, 2015
1 parent 14789ca commit 4f69327
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "a code coverage tool that works well with subprocesses.",
"main": "index.js",
"scripts": {
"test": "./bin/nyc.js tap ./test/nyc-test.js",
"test": "./bin/nyc.js nyc tap ./test/nyc-test.js",
"coverage": "./bin/nyc.js report --reporter=text-lcov | coveralls"
},
"bin": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"chai": "^2.3.0",
"coveralls": "^2.11.2",
"standard": "^3.7.3",
"tap": "^1.0.4"
"tap": "1.0.4"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4f69327

Please sign in to comment.