Skip to content

Commit

Permalink
Merge pull request #180 from bcoe/fix-tests
Browse files Browse the repository at this point in the history
do not infer cwd from pkgUp, if pkgUp walks all the way to /
  • Loading branch information
bcoe committed Mar 12, 2016
2 parents b5907ad + bba486d commit bb887b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nyc",
"version": "5.5.0",
"version": "6.0.0",
"description": "a code coverage tool that works well with subprocesses.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -71,6 +71,7 @@
"convert-source-map": "^1.1.2",
"default-require-extensions": "^1.0.0",
"find-cache-dir": "^0.1.1",
"find-up": "^1.1.2",
"foreground-child": "^1.3.5",
"glob": "^6.0.2",
"istanbul": "^0.4.1",
Expand Down

0 comments on commit bb887b7

Please sign in to comment.