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.
This commit is contained in:
Ben Newman
2015-06-11 13:35:59 -04:00
parent d1aba25b8b
commit f95ecd18de
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ var packageJson = {
version: "0.0.0",
dependencies: {
fibers: fibersVersion,
"meteor-promise": "0.1.0",
"meteor-promise": "0.2.0",
// Not yet upgrading Underscore from 1.5.2 to 1.7.0 (which should be done
// in the package too) because we should consider using lodash instead
// (and there are backwards-incompatible changes either way).

View File

@@ -21,7 +21,7 @@ var packageJson = {
version: "0.0.0",
dependencies: {
fibers: fibersVersion,
"meteor-promise": "0.1.0",
"meteor-promise": "0.2.0",
// Not yet upgrading Underscore from 1.5.2 to 1.7.0 (which should be done
// in the package too) because we should consider using lodash instead
// (and there are backwards-incompatible changes either way).