FullR / audio-converter

A utility tool for batch converting wave files to ogg/mp3
12 stars 5 forks source link

uniq cannot be found #2

Closed reinholdB closed 8 years ago

reinholdB commented 8 years ago

uniq is used in index.js but not required.

const uniq = require("lodash.uniq");

was removed.

FullR commented 8 years ago

Fixed. Thanks again! I'm not sure what I was thinking.