meteor-mongodb-mapreduce-aggregation icon indicating copy to clipboard operation
meteor-mongodb-mapreduce-aggregation copied to clipboard

Removed dependency for coffeescript and underscore

Open SimonSimCity opened this issue 7 years ago • 1 comments

Since Meteor 1.6.1 includes an update to coffeescript, I chose (instead of updating coffeescript) to remove all dependencies on this project.

The new code is now transpired to ES6 using http://decaffeinate-project.org/ and the underscore-function extend has been replaced by the actual code.

This makes this library free from any other changes on these libraries.

SimonSimCity avatar Jan 25 '18 07:01 SimonSimCity

Any update on this one? I'd like to get this through so I don't have to fork this repo.

SimonSimCity avatar Feb 11 '18 05:02 SimonSimCity