Skip to content

Commit 585292d

Browse files
stephenpluspluscallmehiphop
authored andcommitted
bump packages (#1856)
1 parent 3adadfb commit 585292d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

handwritten/logging/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@
6868
"@google-cloud/storage": "*",
6969
"methmeth": "^1.0.0",
7070
"mocha": "^3.0.1",
71-
"node-uuid": "^1.4.3",
7271
"propprop": "^0.3.0",
73-
"proxyquire": "^1.7.10"
72+
"proxyquire": "^1.7.10",
73+
"uuid": "^3.0.1"
7474
},
7575
"scripts": {
7676
"publish-module": "node ../../scripts/publish.js logging",

handwritten/logging/system-test/logging.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var is = require('is');
2626
var prop = require('propprop');
2727
var PubSub = require('@google-cloud/pubsub');
2828
var Storage = require('@google-cloud/storage');
29-
var uuid = require('node-uuid');
29+
var uuid = require('uuid');
3030

3131
var env = require('../../../system-test/env.js');
3232
var Logging = require('../');

0 commit comments

Comments
 (0)