Closed tmarshall closed 6 years ago
The node version in the package.json is way old (under version 1...)
Moved the code over to using a class rather than direct prototype (same effect).
class
prototype
Added lints (they are passing).
Updated tests to use ava. But can't test 'cuz I don't have a proper key. YMMV.
Note that I set node version to >=8.x since 8 is under active LTS (long term support). 6 would work, I think, with these changes. Though 6 is under maintenance, so should really be on 8x
>=8.x
8
6
8x
The node version in the package.json is way old (under version 1...)
Moved the code over to using a
class
rather than directprototype
(same effect).Added lints (they are passing).
Updated tests to use ava. But can't test 'cuz I don't have a proper key. YMMV.