update branches for recent versions

This commit is contained in:
spalger
2019-07-03 10:13:01 -07:00
parent 2434247095
commit 1eac96966c

View File

@ -29,16 +29,16 @@
"blanket": { "blanket": {
"pattern": "specified in test/unit/coverage.js" "pattern": "specified in test/unit/coverage.js"
}, },
"default_api_branch": "7.1", "default_api_branch": "7.2",
"supported_es_branches": [ "supported_es_branches": [
"7.2",
"7.1", "7.1",
"7.0", "7.0",
"6.7", "6.8",
"5.6" "5.6"
], ],
"unstable_es_branches": [ "unstable_es_branches": [
"7.2", "7.3",
"6.8",
"7.x", "7.x",
"master" "master"
] ]