diff --git a/package.json b/package.json index ba15ae3f..3fe271e0 100644 --- a/package.json +++ b/package.json @@ -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", @@ -40,7 +41,7 @@ "5.6" ], "unstable_es_branches": [ - "7.5", + "7.6", "7.x", "master" ]