Skip to content

Commit

Permalink
fix: pull in @nexdrew's fixes to yargs-parser (yargs#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Jul 16, 2016
1 parent 063a866 commit c77c080
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -25,14 +25,14 @@
"which-module": "^1.0.0",
"window-size": "^0.2.0",
"y18n": "^3.2.1",
"yargs-parser": "^2.4.0"
"yargs-parser": "^2.4.1"
},
"devDependencies": {
"chai": "^3.4.1",
"chalk": "^1.1.3",
"coveralls": "^2.11.11",
"cpr": "^1.0.0",
"cross-spawn-async": "^2.2.1",
"cross-spawn": "^4.0.0",
"es6-promise": "^3.0.2",
"hashish": "0.0.4",
"mocha": "^2.5.2",
Expand Down
2 changes: 1 addition & 1 deletion test/integration.js
@@ -1,6 +1,6 @@
/* global describe, it, before, after */

var spawn = require('cross-spawn-async')
var spawn = require('cross-spawn')
var path = require('path')
var which = require('which')
var rimraf = require('rimraf')
Expand Down

0 comments on commit c77c080

Please sign in to comment.