Skip to content

Commit 9a8ae05

Browse files
committed
Use WIP comlink version with wrapChain
1 parent 3aede11 commit 9a8ae05

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@
1515
},
1616
"scripts": {
1717
"build": "ember build",
18+
"install": "cd node_modules/comlink && npm install && npm run build",
1819
"lint:js": "eslint .",
1920
"start": "ember serve",
2021
"test": "ember test",
2122
"test:all": "ember try:each"
2223
},
2324
"dependencies": {
2425
"body-parser": "^1.18.3",
25-
"comlink": "^4.0.1",
26+
"comlink": "CvX/comlink#wrap-chain",
2627
"ember-auto-import": "^1.2.15",
2728
"ember-cli-babel": "^6.6.0",
2829
"fastboot": "^1.2.1",

yarn.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3760,10 +3760,9 @@ combined-stream@~0.0.4:
37603760
dependencies:
37613761
delayed-stream "0.0.5"
37623762

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

37683767
commander@2.12.2:
37693768
version "2.12.2"

0 commit comments

Comments
 (0)