Skip to content

Commit

Permalink
fix: upgrade standard, and a few other dependencies. fix standard nits (
Browse files Browse the repository at this point in the history
#375)

* fix: upgrade standard, and a few other dependencies. fix standard nits

* upgrade test-exclude while we're at it
  • Loading branch information
bcoe committed Sep 2, 2016
1 parent 6d32604 commit 64c68b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@
"find-cache-dir": "^0.1.1",
"find-up": "^1.1.2",
"foreground-child": "^1.5.3",
"glob": "^7.0.3",
"glob": "^7.0.6",
"istanbul-lib-coverage": "^1.0.0",
"istanbul-lib-hook": "^1.0.0-alpha.4",
"istanbul-lib-instrument": "^1.1.0",
"istanbul-lib-instrument": "^1.1.1",
"istanbul-lib-report": "^1.0.0-alpha.3",
"istanbul-lib-source-maps": "^1.0.0-alpha.10",
"istanbul-lib-source-maps": "^1.0.0",
"istanbul-reports": "^1.0.0-alpha.8",
"md5-hex": "^1.2.0",
"micromatch": "^2.3.11",
Expand All @@ -94,7 +94,7 @@
"rimraf": "^2.5.4",
"signal-exit": "^3.0.0",
"spawn-wrap": "^1.2.4",
"test-exclude": "^2.1.1",
"test-exclude": "^2.1.2",
"yargs": "^5.0.0",
"yargs-parser": "^3.1.0"
},
Expand All @@ -113,7 +113,7 @@
"sinon": "^1.15.3",
"source-map-support": "^0.4.2",
"split-lines": "^1.0.0",
"standard": "^7.0.1",
"standard": "^8.0.0",
"standard-version": "^2.4.0",
"tap": "^7.0.0",
"which": "^1.2.4",
Expand Down
10 changes: 0 additions & 10 deletions test/src/nyc-bin.js
Original file line number Diff line number Diff line change
Expand Up @@ -369,11 +369,6 @@ describe('the nyc cli', function () {
env: env
})

var stdout = ''
proc.stdout.on('data', function (chunk) {
stdout += chunk
})

proc.on('close', function (code) {
code.should.equal(0)
var files = fs.readdirSync(path.resolve(fixturesCLI, './output'))
Expand All @@ -392,11 +387,6 @@ describe('the nyc cli', function () {
env: env
})

var stdout = ''
proc.stdout.on('data', function (chunk) {
stdout += chunk
})

proc.on('close', function (code) {
code.should.equal(0)
var files = fs.readdirSync(path.resolve(fixturesCLI, './output'))
Expand Down

0 comments on commit 64c68b7

Please sign in to comment.