summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Attard <sattard@slack-corp.com>2019-07-22 13:13:36 -0700
committerRich Trott <rtrott@gmail.com>2019-07-24 15:57:49 -0700
commit657a78e30a000335fbcf6c6ea02aee11e8939763 (patch)
treed88f7d8f09cd2920fce42886d817272c80fa4253
parent0d32b9de77891fcb1775f6261cd980e0e9358862 (diff)
downloadandroid-node-v8-657a78e30a000335fbcf6c6ea02aee11e8939763.tar.gz
android-node-v8-657a78e30a000335fbcf6c6ea02aee11e8939763.tar.bz2
android-node-v8-657a78e30a000335fbcf6c6ea02aee11e8939763.zip
doc: claim NODE_MODULE_VERSION=76 for Electron 8
PR-URL: https://github.com/nodejs/node/pull/28809 Refs: https://github.com/electron/electron/projects/20#card-24099810 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
-rw-r--r--doc/abi_version_registry.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/abi_version_registry.json b/doc/abi_version_registry.json
index 16dbd00826..449808379e 100644
--- a/doc/abi_version_registry.json
+++ b/doc/abi_version_registry.json
@@ -1,5 +1,6 @@
{
"NODE_MODULE_VERSION": [
+ { "modules": 76, "runtime": "electron", "variant": "electron", "versions": "8" },
{ "modules": 75, "runtime": "electron", "variant": "electron", "versions": "7" },
{ "modules": 74, "runtime": "node", "variant": "v8_7.5", "versions": "13.0.0-pre" },
{ "modules": 73, "runtime": "electron", "variant": "electron", "versions": "6" },