mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Remove underscore dependecy from mongo package
This commit is contained in:
@@ -51,7 +51,6 @@ Package.onUse(function (api) {
|
||||
api.use("mongo-decimal", "server");
|
||||
//api.use('emitter-promise', 'server');
|
||||
|
||||
api.use("underscore", "server");
|
||||
|
||||
// Binary Heap data structure is used to optimize oplog observe driver
|
||||
// performance.
|
||||
|
||||
Reference in New Issue
Block a user