OrahKokos/coinpayments

2.0.0 could not find entry

Closed this issue · 2 comments

failed at:
coinpayments = require('coinpayments')
node could not find the entry point for the coinpayments object in the 2.0.0 version
I like the new API calls, but is there a version requirement for node?
running v6.11.3

Hello @thewizardwand,
Thanks for the feedback.
So I did use the es6 spread operator in one of the functions, which would set the requirement to v8.x.x.

Could do without the spread operator and shave off that requirement...

@thewizardwand Added a small commit.
All tests passing on node version 6.0.0