Hey @ivanvanderbyl!
I see you changed node version on Travis in this commit and it's causing all builds to fail since Object.values() is only supported by version => 7.
I suggest switching it back to 10 (currently used by the latest ember-cli version) or at least version 8, which is the minimum Node version supported by ember-d3 (according to the readme). Any thoughts?
Hey @ivanvanderbyl! I see you changed node version on Travis in this commit and it's causing all builds to fail since
Object.values()
is only supported by version => 7.I suggest switching it back to 10 (currently used by the latest
ember-cli
version) or at least version 8, which is the minimum Node version supported byember-d3
(according to the readme). Any thoughts?