From 7754e25c03b9e445be1e04839016eb650ba1b400 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Fri, 9 Nov 2018 12:39:23 -0800 Subject: [PATCH] fix(deps): upgrade to the latest gce-images (#201) --- compute/package.json | 1 + compute/startup-script/package.json | 3 +++ compute/startup-script/system-test/.eslintrc.yml | 4 ---- compute/system-test/.eslintrc.yml | 4 ---- compute/test/.eslintrc.yml | 6 +----- 5 files changed, 5 insertions(+), 13 deletions(-) diff --git a/compute/package.json b/compute/package.json index c3901c257a..b3aef28a64 100644 --- a/compute/package.json +++ b/compute/package.json @@ -5,6 +5,7 @@ "license": "Apache-2.0", "author": "Google Inc.", "repository": "googleapis/nodejs-compute", + "files": [ "*.js" ], "engines": { "node": ">=8" }, diff --git a/compute/startup-script/package.json b/compute/startup-script/package.json index 6ba8aace99..20be3a13cd 100644 --- a/compute/startup-script/package.json +++ b/compute/startup-script/package.json @@ -3,6 +3,9 @@ "version": "1.0.0", "description": "Start a Google Compute Engine and run the startup script.", "main": "index.js", + "files": [ + "*.js" + ], "dependencies": { "@google-cloud/compute": "0.10.0", "node-fetch": "^2.2.0" diff --git a/compute/startup-script/system-test/.eslintrc.yml b/compute/startup-script/system-test/.eslintrc.yml index 752164361d..6db2a46c53 100644 --- a/compute/startup-script/system-test/.eslintrc.yml +++ b/compute/startup-script/system-test/.eslintrc.yml @@ -1,7 +1,3 @@ --- env: mocha: true -rules: - node/no-unpublished-require: off - node/no-unsupported-features: off - no-empty: off diff --git a/compute/system-test/.eslintrc.yml b/compute/system-test/.eslintrc.yml index 752164361d..6db2a46c53 100644 --- a/compute/system-test/.eslintrc.yml +++ b/compute/system-test/.eslintrc.yml @@ -1,7 +1,3 @@ --- env: mocha: true -rules: - node/no-unpublished-require: off - node/no-unsupported-features: off - no-empty: off diff --git a/compute/test/.eslintrc.yml b/compute/test/.eslintrc.yml index 2385deb8e0..6db2a46c53 100644 --- a/compute/test/.eslintrc.yml +++ b/compute/test/.eslintrc.yml @@ -1,7 +1,3 @@ ---- +--- env: mocha: true -rules: - node/no-unpublished-require: off - node/no-unsupported-features: off - no-empty: off