Remove process.EventEmitter usage for Node 7.x

process.EventEmitter has been deprecated and removed from Node.
This commit is contained in:
John Chadwick
2016-12-14 15:57:42 -05:00
committed by Damien Arrachequesne
parent d25c5484c3
commit 9ad1fd2771
9 changed files with 9 additions and 9 deletions

View File

@@ -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": {