Skip to content

Commit

Permalink
Link to currently updated node-fibers with arm64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
TomFreudenberg committed Jun 24, 2016
1 parent c7cb1dd commit 6a5906d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/dev-bundle-server-package.js
Expand Up @@ -10,7 +10,7 @@ var packageJson = {
version: "0.0.0",
dependencies: {
"meteor-promise": "0.7.2",
fibers: "1.0.13",
fibers: "https://github.com/4commerce-technologies-AG/node-fibers.git#v1.0.13-patch-arm64",
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
Expand Down
2 changes: 1 addition & 1 deletion scripts/dev-bundle-tool-package.js
Expand Up @@ -16,7 +16,7 @@ var packageJson = {
"node-pre-gyp": "0.6.26",
"meteor-babel": "0.11.6",
"meteor-promise": "0.7.2",
fibers: "1.0.13",
fibers: "https://github.com/4commerce-technologies-AG/node-fibers.git#v1.0.13-patch-arm64",
promise: "7.1.1",
// So that Babel 6 can emit require("babel-runtime/helpers/...") calls.
"babel-runtime": "6.9.2",
Expand Down

0 comments on commit 6a5906d

Please sign in to comment.