Skip to content

Commit 0aaa6a9

Browse files
committed
Use WIP comlink version with wrapChain
1 parent b7a898d commit 0aaa6a9

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
@@ -3663,10 +3663,9 @@ combined-stream@~0.0.4:
36633663
dependencies:
36643664
delayed-stream "0.0.5"
36653665

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

36713670
commander@2.12.2:
36723671
version "2.12.2"

0 commit comments

Comments
 (0)