reverted wrong pinned mongo-decimal

This commit is contained in:
Gabriel Grubba
2023-05-11 11:37:31 -03:00
parent 499037b3c9
commit 538a7a7f05

View File

@@ -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');