Skip to content

Commit c6b9c2c

Browse files
author
spalger
committed
[apis] trim supported branch list
1 parent acaab83 commit c6b9c2c

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

package.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,11 @@
2929
"blanket": {
3030
"pattern": "specified in test/unit/coverage.js"
3131
},
32-
"default_api_branch": "6.7",
32+
"default_api_branch": "7.0",
3333
"supported_es_branches": [
3434
"7.0",
3535
"6.7",
36-
"6.6",
37-
"6.5",
38-
"6.4",
39-
"6.3",
40-
"6.2",
41-
"6.1",
42-
"6.0",
43-
"5.6",
44-
"2.4",
45-
"1.7",
46-
"0.90"
36+
"5.6"
4737
],
4838
"unstable_es_branches": [
4939
"6.8",

0 commit comments

Comments
 (0)