We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e52cc77 commit 0486995Copy full SHA for 0486995
packages/google-cloud-compute/samples/.eslintrc.yml
@@ -1,3 +1,4 @@
1
---
2
rules:
3
no-console: off
4
+ node/no-unsupported-features: off
packages/google-cloud-compute/samples/package.json
@@ -9,14 +9,11 @@
9
"node": ">=4.0.0"
10
},
11
"scripts": {
12
- "unit-test": "ava -T 20s --verbose test/*.test.js",
13
- "system-test": "ava -T 20s --verbose system-test/*.test.js",
14
- "all-test": "npm run unit-test && npm run system-test",
15
- "test": "repo-tools test run --cmd npm -- run all-test"
+ "test": "repo-tools test run --cmd ava -- -T 20s --verbose system-test/*.test.js"
16
17
"dependencies": {
18
"@google-cloud/compute": "0.10.0",
19
- "googleapis": "22.2.0"
+ "googleapis": "29.0.0"
20
21
"devDependencies": {
22
"@google-cloud/nodejs-repo-tools": "2.2.3",
0 commit comments