Skip to content

Commit cb299f6

Browse files
fix(deps): upgrade to the latest gce-images (#201)
1 parent 22c773a commit cb299f6

File tree

5 files changed

+5
-13
lines changed

5 files changed

+5
-13
lines changed

compute/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"repository": "googleapis/nodejs-compute",
8+
"files": [ "*.js" ],
89
"engines": {
910
"node": ">=8"
1011
},

compute/startup-script/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "1.0.0",
44
"description": "Start a Google Compute Engine and run the startup script.",
55
"main": "index.js",
6+
"files": [
7+
"*.js"
8+
],
69
"dependencies": {
710
"@google-cloud/compute": "0.10.0",
811
"node-fetch": "^2.2.0"
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
---
22
env:
33
mocha: true
4-
rules:
5-
node/no-unpublished-require: off
6-
node/no-unsupported-features: off
7-
no-empty: off

compute/system-test/.eslintrc.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
---
22
env:
33
mocha: true
4-
rules:
5-
node/no-unpublished-require: off
6-
node/no-unsupported-features: off
7-
no-empty: off

compute/test/.eslintrc.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
---
1+
---
22
env:
33
mocha: true
4-
rules:
5-
node/no-unpublished-require: off
6-
node/no-unsupported-features: off
7-
no-empty: off

0 commit comments

Comments
 (0)