From 63f6c1b19373c801fb37832da3637c579463f58c Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Thu, 2 May 2019 11:29:20 -0700 Subject: [PATCH] build!: upgrade engines field to >=8.10.0 (#246) --- packages/google-cloud-dns/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-cloud-dns/package.json b/packages/google-cloud-dns/package.json index 30dffc4524a..dca5021dc0a 100644 --- a/packages/google-cloud-dns/package.json +++ b/packages/google-cloud-dns/package.json @@ -5,7 +5,7 @@ "license": "Apache-2.0", "author": "Google Inc.", "engines": { - "node": ">=6.0.0" + "node": ">=8.10.0" }, "repository": "googleapis/nodejs-dns", "main": "./build/src/index.js",