Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

Commit

Permalink
add support for 7.6, default to 7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Jan 15, 2020
1 parent 388c5e8 commit b326e5f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -29,8 +29,9 @@
"blanket": {
"pattern": "specified in test/unit/coverage.js"
},
"default_api_branch": "7.4",
"default_api_branch": "7.5",
"supported_es_branches": [
"7.5",
"7.4",
"7.3",
"7.2",
Expand All @@ -40,7 +41,7 @@
"5.6"
],
"unstable_es_branches": [
"7.5",
"7.6",
"7.x",
"master"
]
Expand Down

0 comments on commit b326e5f

Please sign in to comment.