1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00

Updated npm dependencies.

ProtobufJS and Bluebird require further work.
This commit is contained in:
Gunther Brunner 2016-08-03 20:07:59 +09:00
parent 9e5f8ca5f8
commit 711ab4a8e5
14 changed files with 36 additions and 36 deletions

View file

@ -1,6 +1,6 @@
var util = require('util')
var EventEmitter = require('eventemitter3').EventEmitter
var EventEmitter = require('eventemitter3')
function FailCounter(threshold, time) {
EventEmitter.call(this)