Skip to content

Commit

Permalink
Merge pull request #26 from aomra015/upgradechartjs
Browse files Browse the repository at this point in the history
upgrade chartjs to 1.0.2
  • Loading branch information
aomran committed Jun 7, 2015
2 parents cf65b4d + ee1bcbf commit 21fbd4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blueprints/ember-cli-chart/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module.exports = {
normalizeEntityName: function() {},

afterInstall: function() {
return this.addBowerPackageToProject('chartjs', '1.0.1');
return this.addBowerPackageToProject('chartjs', '1.0.2');
}
};
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"jquery": "^1.11.1",
"loader.js": "ember-cli/loader.js#3.2.0",
"qunit": "~1.17.1",
"chartjs": "1.0.1"
"chartjs": "1.0.2"
}
}

0 comments on commit 21fbd4e

Please sign in to comment.