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:
authorKenneth Pouncey <kjpou@pt.lu>2019-10-23 14:34:36 +0300
committerGitHub <noreply@github.com>2019-10-23 14:34:36 +0300
commitbc769e7376c3345d7908cbfeca1fa5534be59677 (patch)
treeed1df76088785f520b197f4d805fdcd1cf0d4742 /sdks
parentcdf8b839aef8068f601bdbed5b3fd7ec4acc462f (diff)
[wasm] move jsvu repo back after fixes for v8 (#17514)
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 5367e4fc538..76ae0148eb4 100644
--- a/sdks/wasm/package.json
+++ b/sdks/wasm/package.json
@@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"dependencies": {
- "jsvu": "git+https://github.com/lewing/jsvu.git#mono-wasm",
+ "jsvu": "git+https://github.com/kjpou1/jsvu.git#mono-wasm",
"lite-server": "^2.5.3",
"puppeteer": "^1.17.0"
}