Skip to content

Commit

Permalink
Upgrade reify to version 0.12.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Newman committed Sep 20, 2017
1 parent a817ffd commit 3632128
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
2 changes: 2 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
* The `meteor-babel` package has been upgraded to version 0.24.6, to take
better advantage of native language features in Node 8.

* The `reify` npm package has been upgraded to version 0.12.3.

* The `meteor-promise` package has been upgraded to version 0.8.6, to
enable better handling of `UnhandledPromiseRejectionWarning`s.

Expand Down
18 changes: 9 additions & 9 deletions packages/modules/.npm/package/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/modules/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Package.describe({
});

Npm.depends({
reify: "0.12.0"
reify: "0.12.3"
});

Package.onUse(function(api) {
Expand Down
2 changes: 1 addition & 1 deletion scripts/dev-bundle-tool-package.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var packageJson = {
"meteor-babel": "7.0.0-beta.1-1",
"meteor-promise": "0.8.6",
promise: "8.0.1",
reify: "0.12.1",
reify: "0.12.3",
fibers: "2.0.0",
// So that Babel 6 can emit require("babel-runtime/helpers/...") calls.
"babel-runtime": "7.0.0-beta.0",
Expand Down

0 comments on commit 3632128

Please sign in to comment.