Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sdks
diff options
context:
space:
mode:
authorLarry Ewing <lewing@microsoft.com>2019-10-22 22:36:31 +0300
committerLarry Ewing <lewing@microsoft.com>2019-10-22 23:50:18 +0300
commit15d61d3f47bc1f6462e0de230ff274d94cf26787 (patch)
treeff3b4929c66aa3c9bb5676fa1a54014c762f3af0 /sdks
parent69407517bc67189b4cbb2ab69e3b1c5f584249e6 (diff)
[wasm] work around jsvu / v8 changes
Diffstat (limited to 'sdks')
-rw-r--r--sdks/wasm/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdks/wasm/package.json b/sdks/wasm/package.json
index 76ae0148eb4..5367e4fc538 100644
--- a/sdks/wasm/package.json
+++ b/sdks/wasm/package.json
@@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"dependencies": {
- "jsvu": "git+https://github.com/kjpou1/jsvu.git#mono-wasm",
+ "jsvu": "git+https://github.com/lewing/jsvu.git#mono-wasm",
"lite-server": "^2.5.3",
"puppeteer": "^1.17.0"
}