mirror of
https://github.com/openstf/stf
synced 2025-10-04 10:19:30 +02:00
chore(package): update uuid to version 3.0.0
This commit is contained in:
parent
b798770b72
commit
bac74538c9
11 changed files with 11 additions and 11 deletions
|
@ -2,7 +2,7 @@ var events = require('events')
|
|||
var util = require('util')
|
||||
var fs = require('fs')
|
||||
|
||||
var uuid = require('node-uuid')
|
||||
var uuid = require('uuid')
|
||||
|
||||
function Storage() {
|
||||
events.EventEmitter.call(this)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue