diff --git a/index.js b/index.js index 0ebaf48..1afd59c 100644 --- a/index.js +++ b/index.js @@ -55,4 +55,4 @@ JqueryFileUploadMiddleware.prototype.fileManager = function (options) { return require('./lib/filemanager')(this, this.prepareOptions(_.extend(this.options, options))); }; -module.exports = new JqueryFileUploadMiddleware(); \ No newline at end of file +module.exports = JqueryFileUploadMiddleware; \ No newline at end of file