upgrade yargs 3.5.4 -> 3.10.0

we need a version with better support for 'array' params
see: https://github.com/bcoe/yargs/pull/164
This commit is contained in:
Damian Krzeminski
2015-10-13 21:01:36 -04:00
parent ce10072824
commit eac67b2816
2 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,7 @@
"async": "~0.2.6",
"source-map": "~0.5.1",
"uglify-to-browserify": "~1.0.0",
"yargs": "~3.5.4"
"yargs": "~3.10.0"
},
"devDependencies": {
"acorn": "~0.6.0",