add support for 6.2 api

This commit is contained in:
spalger
2018-03-08 13:55:43 -07:00
parent 07c803f9c5
commit 1a7ccef3da

View File

@ -23,8 +23,9 @@
"blanket": { "blanket": {
"pattern": "specified in test/unit/coverage.js" "pattern": "specified in test/unit/coverage.js"
}, },
"default_api_branch": "6.1", "default_api_branch": "6.2",
"supported_es_branches": [ "supported_es_branches": [
"6.2",
"6.1", "6.1",
"6.0", "6.0",
"5.6", "5.6",
@ -39,7 +40,6 @@
"0.90" "0.90"
], ],
"unstable_es_branches": [ "unstable_es_branches": [
"6.2",
"6.x", "6.x",
"master" "master"
] ]