From e424ae4253b28a13b4f9e470296c30fea4f1d12b Mon Sep 17 00:00:00 2001 From: Cosmo Myzrail Gorynych Date: Thu, 24 Dec 2020 09:43:45 +1200 Subject: [PATCH] :construction: Publish a custom versions manifest --- customNwManifest.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 customNwManifest.json diff --git a/customNwManifest.json b/customNwManifest.json new file mode 100644 index 000000000..66e1f06a9 --- /dev/null +++ b/customNwManifest.json @@ -0,0 +1,16 @@ +{ + "latest": "v0.50.3", + "stable": "v0.50.3", + "lts": "v0.14.7", + "versions": [ + { + "version": "v0.50.3", + "files": ["win-x64", "win-ia32", "linux-x64", "linux-ia32", "osx-x64"], + "flavors": ["normal", "sdk"], + "components": { + "node": "15.5.0", + "chromium": "87.0.4280.88" + } + } + ] +} \ No newline at end of file