mirror of
https://github.com/openstf/stf
synced 2025-10-03 17:59:28 +02:00
Updated npm dependencies.
ProtobufJS and Bluebird require further work.
This commit is contained in:
parent
9e5f8ca5f8
commit
711ab4a8e5
14 changed files with 36 additions and 36 deletions
|
@ -1,7 +1,7 @@
|
|||
var util = require('util')
|
||||
|
||||
var Promise = require('bluebird')
|
||||
var EventEmitter = require('eventemitter3').EventEmitter
|
||||
var EventEmitter = require('eventemitter3')
|
||||
|
||||
function RiskyStream(stream) {
|
||||
EventEmitter.call(this)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue