mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
Remove process.EventEmitter usage for Node 7.x
process.EventEmitter has been deprecated and removed from Node.
This commit is contained in:
committed by
Damien Arrachequesne
parent
d25c5484c3
commit
9ad1fd2771
@@ -24,7 +24,7 @@
|
||||
"expresso": "0.9.2"
|
||||
, "should": "*"
|
||||
, "benchmark": "0.2.2"
|
||||
, "microtime": "0.1.3-1"
|
||||
, "microtime": "2.1.3"
|
||||
, "colors": "0.5.1"
|
||||
}
|
||||
, "optionalDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user