sindresorhus / gulp-filter

Filter files in a `vinyl` stream
MIT License
315 stars 37 forks source link

Replace assert.equal with assert.strictEqual #91

Closed pioug closed 5 years ago

pioug commented 5 years ago

To pass the node/no-deprecated-api rule.

pioug commented 5 years ago

Oups, it breaks on Node 4 now. What do you suggest @sindresorhus? Move forward and drop Node 4?

kevva commented 5 years ago

Replace with ava :)

coreyfarrell commented 5 years ago

ava also requires node.js 6 so that wouldn't help. This module would either have to drop node 4 or pin xo to a version before node/no-deprecated-api was added.

sindresorhus commented 5 years ago

Done