mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
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:
@@ -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).
|
||||
|
||||
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user