We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c205987 commit 31e5ab8Copy full SHA for 31e5ab8
docs/configuration.asciidoc
@@ -61,6 +61,7 @@ Options in node :::
61
* `'6.8'`
62
* `'5.6'`
63
* `'7.3'` (unstable)
64
+ * `'7.4'` (unstable)
65
* `'7.x'` (unstable)
66
* `'master'` (unstable)
67
@@ -71,6 +72,7 @@ Options in the browser :::
71
72
73
74
75
76
77
78
package.json
@@ -39,6 +39,7 @@
39
],
40
"unstable_es_branches": [
41
"7.3",
42
+ "7.4",
43
"7.x",
44
"master"
45
]
0 commit comments