Skip to content

Commit 31e5ab8

Browse files
author
spalger
committed
add support for 7.4 branch
1 parent c205987 commit 31e5ab8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/configuration.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Options in node :::
6161
* `'6.8'`
6262
* `'5.6'`
6363
* `'7.3'` (unstable)
64+
* `'7.4'` (unstable)
6465
* `'7.x'` (unstable)
6566
* `'master'` (unstable)
6667

@@ -71,6 +72,7 @@ Options in the browser :::
7172
* `'6.8'`
7273
* `'5.6'`
7374
* `'7.3'` (unstable)
75+
* `'7.4'` (unstable)
7476
* `'7.x'` (unstable)
7577
* `'master'` (unstable)
7678

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
],
4040
"unstable_es_branches": [
4141
"7.3",
42+
"7.4",
4243
"7.x",
4344
"master"
4445
]

0 commit comments

Comments
 (0)