binded/phantom-pool

1.2.1 includes breaking change

srolel opened this issue · 1 comments

in 1.2.1 I had to require('phantom-pool').default but in 1.2.0 it was require('phantom-pool').

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] }