stephenlacy / gulp-stylus

Stylus plugin for gulp
MIT License
223 stars 60 forks source link

Pulls in babel-core b/c of accord #167

Closed jkrems closed 8 years ago

jkrems commented 8 years ago

Would it be okay to change this module to use stylus directly? accord pulls in all of babel-core in the latest version. Which seems kind of awkward for a simple "expose stylus for gulp" wrapper.

Happy to write up a PR if that would be okay.

jescalan commented 8 years ago

Hey, sorry accord should not be pulling babel-core, this should be a dev dependency, that's a bug. I'll switch this over and release now!

Edit: done and released :grin: reinstall and all should be well

jkrems commented 8 years ago

Confirmed! babel-core vanished in the latest shrinkwrap. Thanks for the quick fix! :)

jescalan commented 8 years ago

No problem, sorry about the fact that it was in there in the first place!