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:
authorZoltan Varga <vargaz@gmail.com>2020-02-12 21:02:55 +0300
committerGitHub <noreply@github.com>2020-02-12 21:02:55 +0300
commita50f0b1197cac7dcfdf437e9fa0799b2c61015a1 (patch)
tree9cf207bcde233390a669b1723dc20cb3a9870055 /sdks
parent8437ecf9d1eb18171952e098a7a3a843f933f3b7 (diff)
[wasm] Switch to the lts version of node. (#18805)
* [wasm] Switch to the lts version of node. * Fix a typo.
Diffstat (limited to 'sdks')
-rw-r--r--sdks/wasm/package.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/sdks/wasm/package.json b/sdks/wasm/package.json
index 3ca4745bb6a..667ace548f1 100644
--- a/sdks/wasm/package.json
+++ b/sdks/wasm/package.json
@@ -8,11 +8,15 @@
},
"author": "",
"license": "ISC",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/mono/mono.git"
+ },
"dependencies": {
"jsvu": "git+https://github.com/GoogleChromeLabs/jsvu.git",
"lite-server": "^2.5.3",
- "node": ">11.0.0",
- "npm": "^6.13.4",
+ "node": "lts",
+ "npm": "^6.13.7",
"puppeteer": "^1.17.0"
}
}