From: Geoff Kimball Date: Sat, 12 Mar 2016 00:54:34 +0000 (-0800) Subject: Add missing yargs dependency to package.json X-Git-Tag: v6.2.1~30^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc9669633e44cd5eb0e2e80827ff9b17a4d888d0;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Add missing yargs dependency to package.json --- diff --git a/package.json b/package.json index 5ef55ffe3..fc833b5e4 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,8 @@ "supercollider": "^1.4.0", "touch": "^1.0.0", "vinyl": "^1.1.1", - "vinyl-source-stream": "^1.1.0" + "vinyl-source-stream": "^1.1.0", + "yargs": "^4.2.0" }, "repository": { "type": "git",