Skip to content

Commit

Permalink
refactor: remove unused replace-ext
Browse files Browse the repository at this point in the history
  • Loading branch information
1000ch committed Feb 11, 2019
1 parent cbe0417 commit 2cd3137
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const through2 = require('through2-concurrent');
const PluginError = require('plugin-error');
const colors = require('ansi-colors');
const fancyLog = require('fancy-log');
const replaceExtension = require('replace-ext');
const filesize = require('filesize');
const { round10 } = require('round10');
const optimize = require('./optimize');
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"optipng-bin": "^5.0.0",
"plugin-error": "^1.0.0",
"pngquant-bin": "^5.0.0",
"replace-ext": "^1.0.0",
"round10": "^1.0.3",
"svgo": "^1.0.2",
"through2-concurrent": "^2.0.0",
Expand Down

0 comments on commit 2cd3137

Please sign in to comment.