Skip to content

Commit

Permalink
Use WIP comlink version with wrapChain
Browse files Browse the repository at this point in the history
  • Loading branch information
CvX committed Jun 21, 2019
1 parent be76178 commit 5bc6c47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@
},
"scripts": {
"build": "ember build",
"install": "cd node_modules/comlink && npm install && npm run build",
"lint:js": "eslint .",
"start": "ember serve",
"test": "ember test",
"test:all": "ember try:each"
},
"dependencies": {
"body-parser": "^1.18.3",
"comlink": "^4.0.1",
"comlink": "CvX/comlink#wrap-chain",
"ember-auto-import": "^1.2.15",
"ember-cli-babel": "^6.6.0",
"fastboot": "^1.2.1",
Expand Down
5 changes: 2 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3760,10 +3760,9 @@ combined-stream@~0.0.4:
dependencies:
delayed-stream "0.0.5"

comlink@^4.0.1:
comlink@CvX/comlink#wrap-chain:
version "4.0.1"
resolved "https://registry.yarnpkg.com/comlink/-/comlink-4.0.1.tgz#b20d0fca012ef80cf7eae89b76e4b43b2a1a0e6d"
integrity sha512-xEI50m6xEff5aZ29Epd+eNP+Plq2xTcUXGDJeWNqptudNB0hr59NV2KIi1xz6igb/Y2azKKSAj4ehI3wgGbREw==
resolved "https://codeload.github.com/CvX/comlink/tar.gz/f7913e3a02905389eeee4fda441356f3dbb19688"

[email protected]:
version "2.12.2"
Expand Down

0 comments on commit 5bc6c47

Please sign in to comment.