Skip to content

Commit

Permalink
Update: Use normalize-path from file-normalize
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Jun 17, 2017
1 parent 169abe8 commit e20cec2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ var fs = require('graceful-fs');
var File = require('vinyl');
var async = require('async');
var convert = require('convert-source-map');
var normalizePath = require('normalize-path');
var fileNormalize = require('file-normalize');

var stripBom = fileNormalize.stripBOM;
var appendBuffer = fileNormalize.appendBuffer;
var normalizePath = fileNormalize.normalizeSlash;

var urlRegex = /^(https?|webpack(-[^:]+)?):\/\//;

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"convert-source-map": "1.3.0",
"file-normalize": "^1.1.0",
"graceful-fs": "^4.1.6",
"normalize-path": "^2.1.1",
"object.defaults": "^1.0.0",
"through2": "^2.0.1",
"vinyl": "^1.2.0"
Expand Down

0 comments on commit e20cec2

Please sign in to comment.