From: Tim Hartwick Date: Wed, 19 Apr 2017 21:42:35 +0000 (-0700) Subject: adding that yargs X-Git-Tag: v2.3.0~7^2~33^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=974cef570b989e8d59a26f5639de4257e33e0772;p=thirdparty%2Ffoundation%2Ffoundation-emails.git adding that yargs --- diff --git a/gulpfile.js b/gulpfile.js index ac27ac94..90cfd52b 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -11,6 +11,7 @@ var inky = require('inky'); var siphon = require('siphon-media-query'); var lazypipe = require('lazypipe'); var fs = require('fs'); +var yargs = require('yargs'); // Configuration for the documentation generator supercollider diff --git a/package.json b/package.json index 7df5fc34..4ec2cc5b 100644 --- a/package.json +++ b/package.json @@ -54,6 +54,7 @@ "siphon-media-query": "^1.0.0", "supercollider": "^1.4.0", "typeahead.js": "^0.11.1", + "yargs": "^7.1.0", "zeroclipboard": "^2.2.0" }, "license": "MIT", @@ -63,5 +64,3 @@ "needs": "^0.8.0" } } - -