mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
reverted wrong pinned mongo-decimal
This commit is contained in:
@@ -39,8 +39,8 @@ Package.onUse(function (api) {
|
||||
]);
|
||||
|
||||
// Make weak use of Decimal type on client
|
||||
api.use('mongo-decimal@1.0.0-alpha.5', 'client', {weak: true});
|
||||
api.use('mongo-decimal@1.0.0-alpha.5', 'server');
|
||||
api.use('mongo-decimal', 'client', {weak: true});
|
||||
api.use('mongo-decimal', 'server');
|
||||
//api.use('emitter-promise', 'server');
|
||||
|
||||
api.use('underscore', 'server');
|
||||
|
||||
Reference in New Issue
Block a user