Commit Graph

7 Commits

Author SHA1 Message Date
Ben Newman
f95ecd18de Upgrade meteor-promise NPM dependency to v0.2.0.
This ensures that all Promise callback functions run in a Fiber, as if
Meteor.bindEnvironment were called when the Promise was created.

Not bumping the dev bundle version with this commit, because these changes
will get rolled into the dev bundle updates for the es6-tool branch.
2015-06-11 13:37:20 -04:00
Ben Newman
3720e7d75f Add meteor-promise to the tool bundle, and upgrade to v0.1.0. 2015-05-07 17:38:50 -07:00
Ben Newman
d72582fd75 Add meteor-promise to dev_bundle/server-lib/node_modules/. 2015-05-06 17:09:49 -07:00
Sashko Stubailo
466559a8c4 Switch to using a fork of fibers on Windows 2015-02-09 12:10:44 -08:00
Sashko Stubailo
02d6b020a7 Upgrade fibers to 1.0.5, which has the fixes
Also, there are some bug fixes for Windows which is really
what I wanted
2015-02-05 22:40:44 -08:00
David Glasser
1487d824be move tool deps to package.json to run npm dedupe 2014-11-26 10:19:37 -08:00
David Glasser
289d92f2ec separate server deps from tool deps
move package.json to a JS file so it can have comments.
2014-11-26 09:45:49 -08:00