BFJ only supports node.js 0.12+, causing webpagetest-mapper to crash when dumping results or reading dumped results in 0.10.
I removed the ... - 4.0 part of the supported versions documentation, because it's a lie (4.1 is fine too) and simply saying ... or greater is a lesser maintenance burden.
I removed the es6-promise dependency because it was only in there for 0.10 support.
A few things here:
... - 4.0
part of the supported versions documentation, because it's a lie (4.1 is fine too) and simply saying... or greater
is a lesser maintenance burden.es6-promise
dependency because it was only in there for 0.10 support.