Skip to content

Commit

Permalink
fix(add.js): remove duplicate mirror declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
cckelly authored and Eric Jiang committed Jul 12, 2018
1 parent b089cfe commit 12e0f6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion add.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const ProgressBar = require('progress')
const bytes = require('pretty-bytes')
const mirror = require('mirror-folder')
const ignored = require('./lib/ignore')
const mirror = require('mirror-folder')

const toLower = x => String(x).toLowerCase()

Expand Down

0 comments on commit 12e0f6e

Please sign in to comment.