From 5bc6c47fec9669eff338f6d1098c58ea1b6c9213 Mon Sep 17 00:00:00 2001 From: Jarek Radosz Date: Fri, 21 Jun 2019 22:18:44 +0200 Subject: [PATCH] Use WIP comlink version with wrapChain --- package.json | 3 ++- yarn.lock | 5 ++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 8d9aadfd..54c04196 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ }, "scripts": { "build": "ember build", + "install": "cd node_modules/comlink && npm install && npm run build", "lint:js": "eslint .", "start": "ember serve", "test": "ember test", @@ -22,7 +23,7 @@ }, "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", diff --git a/yarn.lock b/yarn.lock index 59bd30b1..b99e3801 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" commander@2.12.2: version "2.12.2"