use directories for structure
This commit is contained in:
2
node_modules/uuid/v1.js
generated
vendored
2
node_modules/uuid/v1.js
generated
vendored
@@ -13,7 +13,7 @@ var _clockseq;
|
||||
var _lastMSecs = 0;
|
||||
var _lastNSecs = 0;
|
||||
|
||||
// See https://github.com/broofa/node-uuid for API details
|
||||
// See https://github.com/uuidjs/uuid for API details
|
||||
function v1(options, buf, offset) {
|
||||
var i = buf && offset || 0;
|
||||
var b = buf || [];
|
||||
|
Reference in New Issue
Block a user