Skip to content

Commit

Permalink
Updated minimatch to 3.0.2, replaced phpfn.trim by lodash.trim
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Vasilev authored and Roman Vasilev committed Jul 14, 2016
1 parent fe14925 commit a6b71da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
3 changes: 1 addition & 2 deletions gulp-cssimport.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ var gutil = require("gulp-util");
var collect = require("collect-stream");
var hh = require("http-https");
var minimatch = require("minimatch");
var phpfn = require("phpfn");
var applySourceMap = require("vinyl-sourcemaps-apply");
var MagicString = require("magic-string");

var PLUGIN_NAME = "gulp-cssimport";
var readFile = pify(fs.readFile);
var trim = phpfn("trim");
var trim = require("lodash.trim");
var format = require("util").format;

var defaults = {
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
"deep-extend": "^0.4.0",
"gulp-util": "*",
"http-https": "^1.0.0",
"magic-string": "^0.10.2",
"minimatch": "^3.0.0",
"phpfn": "^1.0.0",
"lodash.trim": "^4.4.0",
"magic-string": "0.15.2",
"minimatch": "3.0.2",
"pify": "^2.3.0",
"through2": "^2.0.1",
"vinyl-sourcemaps-apply": "^0.2.1"
},
"devDependencies": {
"gulp": "3",
"gulp-bump": "*",
"gulp-eslint": "*",
"gulp-load-plugins": "*",
"gulp-bump": "2.2.0",
"gulp-eslint": "3.0.1",
"gulp-load-plugins": "1.2.4",
"gulp-sourcemaps": "*",
"tape": "*"
"tape": "4.6.0"
},
"license": "Xnet"
}

0 comments on commit a6b71da

Please sign in to comment.