Remove underscore dependency which is not used in this package.

This commit is contained in:
Jesse Rosenberger
2017-02-22 02:57:57 +02:00
parent 1a380f5532
commit aa111f83f1

View File

@@ -12,7 +12,6 @@ Npm.strip({
});
Package.onUse(function (api) {
api.use('underscore', 'server');
api.export(['UglifyJSMinify', 'UglifyJS']);
api.addFiles(['minifier.js'], 'server');
});