Skip to content

Commit

Permalink
fix(deps): upgrade to the latest gce-images (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Nov 9, 2018
1 parent 22c773a commit cb299f6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 13 deletions.
1 change: 1 addition & 0 deletions compute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"license": "Apache-2.0",
"author": "Google Inc.",
"repository": "googleapis/nodejs-compute",
"files": [ "*.js" ],
"engines": {
"node": ">=8"
},
Expand Down
3 changes: 3 additions & 0 deletions compute/startup-script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 0 additions & 4 deletions compute/startup-script/system-test/.eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
env:
mocha: true
rules:
node/no-unpublished-require: off
node/no-unsupported-features: off
no-empty: off
4 changes: 0 additions & 4 deletions compute/system-test/.eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
env:
mocha: true
rules:
node/no-unpublished-require: off
node/no-unsupported-features: off
no-empty: off
6 changes: 1 addition & 5 deletions compute/test/.eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
---
env:
mocha: true
rules:
node/no-unpublished-require: off
node/no-unsupported-features: off
no-empty: off

0 comments on commit cb299f6

Please sign in to comment.