ninetwozero / gradle-to-js

A quick & dirty Gradle build file to JavaScript object parser
Apache License 2.0
47 stars 21 forks source link

update dependencies #19

Closed ChristianMurphy closed 6 years ago

ChristianMurphy commented 6 years ago

Drops bluebird, Promise is now included in Node.js Drops Phantomjs it is not being used in tests. Updates mocha and chai to latest version.

Tests with Node 6, 8, and 10. The current LTS releases: https://github.com/nodejs/Release

resolves #15

karllindmark commented 6 years ago

Thanks for the help @ChristianMurphy! Much appreciated! :-))