mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Update the fibers npm package to v1.0.14.
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
|
||||
* The `node-pre-gyp` npm package has been updated to 0.6.30.
|
||||
|
||||
* The `fibers` npm package has been updated to 1.0.14.
|
||||
|
||||
* Blaze-related packages have been extracted to
|
||||
[`meteor/blaze`](https://github.com/meteor/blaze), and the main
|
||||
[`meteor/meteor`](https://github.com/meteor/meteor) repository now
|
||||
|
||||
@@ -10,7 +10,7 @@ var packageJson = {
|
||||
version: "0.0.0",
|
||||
dependencies: {
|
||||
"meteor-promise": "0.7.2",
|
||||
fibers: "1.0.13",
|
||||
fibers: "1.0.14",
|
||||
promise: "7.1.1",
|
||||
// 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
|
||||
|
||||
@@ -16,7 +16,7 @@ var packageJson = {
|
||||
"node-pre-gyp": "0.6.30",
|
||||
"meteor-babel": "0.12.0",
|
||||
"meteor-promise": "0.7.2",
|
||||
fibers: "1.0.13",
|
||||
fibers: "1.0.14",
|
||||
promise: "7.1.1",
|
||||
// So that Babel 6 can emit require("babel-runtime/helpers/...") calls.
|
||||
"babel-runtime": "6.9.2",
|
||||
|
||||
Reference in New Issue
Block a user