gulpjs / fined

Find a file given a declaration of locations.
MIT License
12 stars 6 forks source link

Use built-in Array.isArray. [closes #4] #5

Closed jdalton closed 8 years ago

jdalton commented 8 years ago

This PR removes the lodash.isarray dep in favor of built-in Array.isArray. The lodash.isarray dep just does module.exports = Array.isArray.

phated commented 8 years ago

Weird coverage decrease. I don't think it means anything, probably a reporting problem.

sttk commented 8 years ago

@phated

Weird coverage decrease.

The uncovered codes are for windows and not run on travis. And the covered lines of codes was decreased by this PR. So the ratio of covered codes was decreased relatively.

It's no problem.