liamks/Delivery.js

Mime Types Still Broken. [NPM VERSION]

arch-linux opened this issue · 1 comments

Upon initiating a file transfer, this error is thrown now, I believe a package you were depending on has changed.

this.mimeType = mime.lookup(this.path);
^

TypeError: mime.lookup is not a function

Just to confirm, the package on GitHub works as expected. The NPMJS one does not function due to outdated mime-type errors.