Switch fully to zuul
Add saucelabs config
Use node LTS and npm 2 for building
See discussion that led to this here: AmpersandJS/ampersand-filtered-subcollection#26
Setting isCollection as a value property meant that
some browsers (phantomjs at least) were allowing it to be
overwritten. Changed to a proper getter only.
This will warrant a new release, unlike most of the other PRs that are updating testing, as there was a change in the code itself.
Switch fully to zuul Add saucelabs config Use node LTS and npm 2 for building
See discussion that led to this here: AmpersandJS/ampersand-filtered-subcollection#26
Setting isCollection as a
value
property meant that some browsers (phantomjs at least) were allowing it to be overwritten. Changed to a proper getter only.This will warrant a new release, unlike most of the other PRs that are updating testing, as there was a change in the code itself.