mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Upgrade meteor-promise to version 0.8.4.
This is a change that was necessary on the wip-upgrade-to-node-6 branch, and it seems better to ship it sooner rather than waiting: meteor/meteor@d823812e85
This commit is contained in:
@@ -9,7 +9,7 @@ var packageJson = {
|
||||
// Version is not important but is needed to prevent warnings.
|
||||
version: "0.0.0",
|
||||
dependencies: {
|
||||
"meteor-promise": "0.8.0",
|
||||
"meteor-promise": "0.8.4",
|
||||
fibers: "1.0.15",
|
||||
promise: "7.1.1",
|
||||
// Not yet upgrading Underscore from 1.5.2 to 1.7.0 (which should be done
|
||||
|
||||
@@ -16,7 +16,7 @@ var packageJson = {
|
||||
"node-pre-gyp": "0.6.34",
|
||||
"meteor-babel": "0.21.4",
|
||||
reify: "0.11.21",
|
||||
"meteor-promise": "0.8.0",
|
||||
"meteor-promise": "0.8.4",
|
||||
fibers: "1.0.15",
|
||||
promise: "7.1.1",
|
||||
// So that Babel 6 can emit require("babel-runtime/helpers/...") calls.
|
||||
|
||||
Reference in New Issue
Block a user