ming-codes / ember-cli-d3

An ember-cli addon to provide D3 integration into Ember app.
MIT License
43 stars 18 forks source link

NPM error upgrading to 1.1.0+ #36

Closed wolfbiter closed 8 years ago

wolfbiter commented 8 years ago

image

looks like this line var list = app.options.d3.plugins || {};

wolfbiter commented 8 years ago

what is app.options.d3? is it a problem for it to be undefined?

ming-codes commented 8 years ago

There's no problem for it to be undefined. It looks like a bug in the index.js for not using the default options object in L52.