Changes some dependencies and some scripts to make it work with up-to-date versions of node.js (and fix the CI which was broken).
I had to drop node.js versions prior to 6 in the CI, which seems reasonable since the oldest version of node which is still supported today is 8 (see https://nodejs.org/en/about/releases/ ).
Fix #43 .
Changes some dependencies and some scripts to make it work with up-to-date versions of node.js (and fix the CI which was broken).
I had to drop node.js versions prior to 6 in the CI, which seems reasonable since the oldest version of node which is still supported today is 8 (see https://nodejs.org/en/about/releases/ ).