Skip to content

Commit e0382cb

Browse files
committed
Switched from deprecated 'node-uuid'
1 parent 86437eb commit e0382cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/registry/local.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use strict";
22

33
var _ = require('underscore'),
4-
uuid = require('node-uuid'),
4+
uuid = require('uuid'),
55
crypto = require('crypto'),
66
compress = require('../compress').compress,
77
debug = require('debug')('streaming.io:registry');

0 commit comments

Comments
 (0)