meteor-mongodb-mapreduce-aggregation
meteor-mongodb-mapreduce-aggregation copied to clipboard
Removed dependency for coffeescript and underscore
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.
Any update on this one? I'd like to get this through so I don't have to fork this repo.