Skip to content

Commit

Permalink
Replace unneeded merge
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDancingCode authored and demurgos committed Apr 8, 2018
1 parent a752a2a commit 95c3621
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ var applySourceMap = require('vinyl-sourcemaps-apply');
var path = require('path');
var replaceExt = require('replace-ext');
var PluginError = require('plugin-error');
var merge = require('merge');

module.exports = function (opt) {
function replaceExtension(path) {
Expand All @@ -19,7 +18,7 @@ module.exports = function (opt) {
var str = file.contents.toString('utf8');
var dest = replaceExtension(file.path);

var options = merge({
var options = Object.assign({
bare: false,
coffee: require('coffeescript'),
header: false,
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
],
"dependencies": {
"coffeescript": "^2.1.0",
"merge": "^1.2.0",
"plugin-error": "^0.1.2",
"replace-ext": "^1.0.0",
"through2": "^2.0.1",
Expand Down

0 comments on commit 95c3621

Please sign in to comment.