From d927f5e5278855d2eb4f8033dbe451c66a2317da Mon Sep 17 00:00:00 2001 From: spalger Date: Thu, 31 Oct 2019 11:33:48 -0700 Subject: [PATCH] move to 7.4 api by default --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c1c661e7f..a5d0eca4f 100644 --- a/package.json +++ b/package.json @@ -29,8 +29,9 @@ "blanket": { "pattern": "specified in test/unit/coverage.js" }, - "default_api_branch": "7.3", + "default_api_branch": "7.4", "supported_es_branches": [ + "7.4", "7.3", "7.2", "7.1", @@ -39,7 +40,7 @@ "5.6" ], "unstable_es_branches": [ - "7.4", + "7.5", "7.x", "master" ]