mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Remove underscore dependency which is not used in this package.
This commit is contained in:
@@ -12,7 +12,6 @@ Npm.strip({
|
||||
});
|
||||
|
||||
Package.onUse(function (api) {
|
||||
api.use('underscore', 'server');
|
||||
api.export(['UglifyJSMinify', 'UglifyJS']);
|
||||
api.addFiles(['minifier.js'], 'server');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user