Skip to content

Commit

Permalink
bump packages (#1856)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus authored and callmehiphop committed Dec 5, 2016
1 parent 1495860 commit c98b44a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/google-cloud-dns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@
"string-format-obj": "^1.0.0"
},
"devDependencies": {
"async": "^1.4.2",
"async": "^2.1.4",
"mocha": "^3.0.1",
"node-uuid": "^1.4.3",
"proxyquire": "^1.7.10",
"tmp": "0.0.27"
"tmp": "^0.0.31",
"uuid": "^3.0.1"
},
"scripts": {
"publish-module": "node ../../scripts/publish.js dns",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-dns/system-test/dns.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var exec = require('methmeth');
var format = require('string-format-obj');
var fs = require('fs');
var tmp = require('tmp');
var uuid = require('node-uuid');
var uuid = require('uuid');

var DNS = require('../');
var env = require('../../../system-test/env.js');
Expand Down

0 comments on commit c98b44a

Please sign in to comment.