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