carrot / sprout

:seedling: simple project templating & skeletons
MIT License
86 stars 7 forks source link

Upgrade deps #215

Open calebeby opened 7 years ago

jescalan commented 7 years ago

why are all the returns removed?

calebeby commented 7 years ago

https://github.com/mochajs/mocha/blob/master/CHANGELOG.md#boom-breaking-changes

Resolution method is overspecified. Specify a callback or return a Promise; not both.

I was going through removing done in a bunch of places, but then it gave me an error, so I just removed the returns instead.