reid / node-jslint

The JavaScript Code Quality Tool — for Node.js.
http://jslint.com/
Other
491 stars 101 forks source link

New minor version of node-jslint #91

Closed smikes closed 10 years ago

smikes commented 10 years ago

@okuryu @reid

I've refactored node-jslint a bit in order to use streams (to support a feature request from gulp-jslint). This is currently committed to github as 0.4.0-pre. I'll let it sit for a week and then publish it to npm as 0.4.0.

This changes node-jslint to require engine >= 0.10, which will probably not inconvenience anyone.

okuryu commented 10 years ago

@smikes Thanks a lot for your contributions! Please make sure update Travis CI setting if it needs change the Node.js engine requirements.

smikes commented 10 years ago

@stephenmathieson pointed out the existence of 'readable-stream', which works as a drop-in replacement. So we actually don't have to drop support for older versions at all. Backed out the changes to .travis.yml and package.json