redfin / gulp-nodupe

Block a gulp stream when it contains duplicate files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove `babel` dependency

roblg opened this issue · comments

Babel 6 replaced babel is the cli dependency with babel-cli. Including babel here results in a borked babel script being installed into node_modules/.bin/babel, and racing with babel-cli from our own devDependencies. I think babel can be safely removed here, but at the very least it should be replaced with babel-cli.