Skip to content

Commit 5c7b4a3

Browse files
authored
Switch to individual API packages. (#169)
* Switch to individual API packages. * Address comments * Address comments
1 parent c64384e commit 5c7b4a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/google-cloud-compute/samples/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"system-test": "mocha -R spec -t 120000 --require intelli-espower-loader ../system-test/_setup.js system-test/*.test.js"
1010
},
1111
"dependencies": {
12-
"gcloud": "^0.37.0",
13-
"googleapis": "^12.0.0",
12+
"@google-cloud/compute": "^0.1.1",
13+
"googleapis": "^12.2.0",
1414
"nodemailer": "^2.4.1",
1515
"nodemailer-smtp-transport": "^2.5.0",
1616
"sendgrid": "^2.0.0"
1717
},
1818
"devDependencies": {
19-
"mocha": "^2.5.3"
19+
"mocha": "^3.0.2"
2020
}
2121
}

0 commit comments

Comments
 (0)