upgrade yargs 3.5.4 -> 3.10.0
authorDamian Krzeminski <pirxpilot@code42day.com>
Wed, 14 Oct 2015 01:01:36 +0000 (21:01 -0400)
committerDamian Krzeminski <pirxpilot@code42day.com>
Wed, 14 Oct 2015 01:01:36 +0000 (21:01 -0400)
we need a version with better support for 'array' params
see: https://github.com/bcoe/yargs/pull/164

npm-shrinkwrap.json
package.json

index 760575c..3dd7714 100644 (file)
       "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz"
     },
     "yargs": {
-      "version": "3.5.4",
-      "from": "yargs@>=3.5.4 <3.6.0",
-      "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.5.4.tgz"
+      "version": "3.10.0",
+      "from": "yargs@>=3.10.0 <3.11.0",
+      "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz"
     },
     "zeparser": {
       "version": "0.0.7",
index c172be3..953ab1a 100644 (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",