Skip to content

Commit

Permalink
Switch to individual API packages. (#169)
Browse files Browse the repository at this point in the history
* Switch to individual API packages.

* Address comments

* Address comments
  • Loading branch information
jmdobry authored Aug 16, 2016
1 parent c64384e commit 5c7b4a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/google-cloud-compute/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"system-test": "mocha -R spec -t 120000 --require intelli-espower-loader ../system-test/_setup.js system-test/*.test.js"
},
"dependencies": {
"gcloud": "^0.37.0",
"googleapis": "^12.0.0",
"@google-cloud/compute": "^0.1.1",
"googleapis": "^12.2.0",
"nodemailer": "^2.4.1",
"nodemailer-smtp-transport": "^2.5.0",
"sendgrid": "^2.0.0"
},
"devDependencies": {
"mocha": "^2.5.3"
"mocha": "^3.0.2"
}
}

0 comments on commit 5c7b4a3

Please sign in to comment.