1.2.1 includes breaking change
srolel opened this issue · 1 comments
srolel commented
in 1.2.1 I had to require('phantom-pool').default
but in 1.2.0 it was require('phantom-pool')
.
olalonde commented
Oops, sorry about that. It should be working with both in 1.2.2
:
$ node
> p = require('phantom-pool').default
{ [Function: initPhantomPool] default: [Circular] }
> p = require('phantom-pool')
{ [Function: initPhantomPool] default: [Circular] }