]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
adding that yargs
authorTim Hartwick <tdhartwick2@gmail.com>
Wed, 19 Apr 2017 21:42:35 +0000 (14:42 -0700)
committerTim Hartwick <tdhartwick2@gmail.com>
Wed, 19 Apr 2017 21:42:35 +0000 (14:42 -0700)
gulpfile.js
package.json

index ac27ac940ffda5695c686e13febdaf38f9e6511b..90cfd52b60f1897b87e8c6458645a9d56c232e8e 100644 (file)
@@ -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
index 7df5fc34e1f3d1383b72d4d905fd8b572090a78f..4ec2cc5ba7ecfc83590db7839fc0975ad188e98a 100644 (file)
@@ -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"
   }
 }
-
-