cheton / browserify-css

A Browserify transform for bundling, rebasing, inlining, and minifying CSS files.
http://cheton.github.io/browserify-css/
MIT License
144 stars 22 forks source link

fix failing tests - submodule reference doesn't exist #65

Closed nchase closed 5 years ago

nchase commented 5 years ago

I don't yet understand why this reference was there, but there a reference to a file in a dependency that this submodule doesn't actually list in its package.json.

This fixes the build failure in master and e.g. #63, but should we do this, or should this package somehow handle these errors differently?

nchase commented 5 years ago

Looks like a few other things are failing in Node 4 and 5 – maybe it would be good to cut a new version and declare support for Node 6+ for that new version?

cheton commented 5 years ago

We can support only Node.js 6/8/10.