mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:53:23 +02:00
chore(package): update uuid to version 3.0.0
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user