diff --git a/index.js b/index.js index 55b4283..92a6b72 100644 --- a/index.js +++ b/index.js @@ -7,6 +7,6 @@ module.exports = { included: function included(app) { this._super.included(app); - app.import(app.bowerDirectory + '/chartjs/dist/Chart.js'); + app.import(app.project.bowerDirectory + '/chartjs/dist/Chart.js'); } };