Skip to content

Commit b326e5f

Browse files
committed
add support for 7.6, default to 7.5
1 parent 388c5e8 commit b326e5f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@
2929
"blanket": {
3030
"pattern": "specified in test/unit/coverage.js"
3131
},
32-
"default_api_branch": "7.4",
32+
"default_api_branch": "7.5",
3333
"supported_es_branches": [
34+
"7.5",
3435
"7.4",
3536
"7.3",
3637
"7.2",
@@ -40,7 +41,7 @@
4041
"5.6"
4142
],
4243
"unstable_es_branches": [
43-
"7.5",
44+
"7.6",
4445
"7.x",
4546
"master"
4647
]

0 commit comments

Comments
 (0)