Skip to content

Commit 637fde1

Browse files
chore(package): remove unused source-map dependency (dependencies) (#71)
1 parent e2fdbfd commit 637fde1

File tree

3 files changed

+281
-288
lines changed

3 files changed

+281
-288
lines changed

index.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
MIT License http://www.opensource.org/licenses/mit-license.php
33
Author Tobias Koppers @sokra
44
*/
5-
var SourceMap = require("source-map");
65
var fs = require("fs");
76
var path = require("path");
87
var async = require("async");
@@ -55,7 +54,7 @@ module.exports = function(input, inputMap) {
5554
map = JSON.parse(content);
5655
} catch (e) {
5756
emitWarning("Cannot parse SourceMap '" + url + "': " + e);
58-
return untouched();
57+
return untouched();
5958
}
6059
processMap(map, path.dirname(result), callback);
6160
});

0 commit comments

Comments
 (0)