1
0
Fork 0
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:
Marc Bachmann 2016-11-23 02:09:12 +01:00
parent b798770b72
commit bac74538c9
No known key found for this signature in database
GPG key ID: 001884E1441067E1
11 changed files with 11 additions and 11 deletions

View file

@ -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)