diff options
author | Damian Krzeminski <pirxpilot@code42day.com> | 2015-10-13 21:01:36 -0400 |
---|---|---|
committer | Damian Krzeminski <pirxpilot@code42day.com> | 2015-10-13 21:01:36 -0400 |
commit | eac67b281644d4363deebf5dd3d2a1322e3b2319 (patch) | |
tree | e1e98fbd88281e2e7ba69f0531a14da48d42bf43 /package.json | |
parent | ce100728246fbfece9741171febd4f454d404143 (diff) | |
download | tracifyjs-eac67b281644d4363deebf5dd3d2a1322e3b2319.tar.gz tracifyjs-eac67b281644d4363deebf5dd3d2a1322e3b2319.zip |
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
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index c172be39..953ab1a5 100644 --- a/package.json +++ b/package.json @@ -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", |