Comparing version 2.2.13 to 2.2.14
@@ -1,1 +0,4 @@ | ||
module.exports = require('optimist').argv; | ||
var parseArgs = require('minimist'); | ||
var argv = parseArgs(process.argv.slice(2)); | ||
module.exports = argv; |
{ | ||
"name": "gulp-util", | ||
"description": "Utility functions for gulp plugins", | ||
"version": "2.2.13", | ||
"version": "2.2.14", | ||
"homepage": "http://github.com/wearefractal/gulp-util", | ||
@@ -13,13 +13,13 @@ "repository": "git://github.com/wearefractal/gulp-util.git", | ||
"lodash._reinterpolate": "~2.4.1", | ||
"optimist": "~0.6.0", | ||
"vinyl": "~0.2.1", | ||
"through2": "~0.4.0", | ||
"dateformat": "~1.0.7-1.2.3", | ||
"multipipe": "~0.0.1" | ||
"multipipe": "~0.0.1", | ||
"minimist": "~0.0.5" | ||
}, | ||
"devDependencies": { | ||
"mocha": "~1.17.0", | ||
"should": "~2.1.1", | ||
"mocha-lcov-reporter": "0.0.1", | ||
"coveralls": "~2.6.1", | ||
"should": "~3.1.2", | ||
"mocha-lcov-reporter": "~0.0.1", | ||
"coveralls": "~2.7.0", | ||
"istanbul": "~0.2.3", | ||
@@ -26,0 +26,0 @@ "rimraf": "~2.2.5", |
25382
567
+ Addedminimist@~0.0.5
- Removedoptimist@~0.6.0
- Removedoptimist@0.6.1(transitive)
- Removedwordwrap@0.0.3(transitive)