Closed smikes closed 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.
@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
@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.