]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Change bower package name for chart.js (#1562)
authorSimon Brunel <simonbrunel@users.noreply.github.com>
Sat, 17 Sep 2016 09:24:31 +0000 (11:24 +0200)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Sat, 17 Sep 2016 09:40:26 +0000 (11:40 +0200)
Thanks to the Bower team, we have been able to register the chart.js package name, previously pointing on a dead repository, which make the Bower integration more consistent with the npm one. All other alias still work (Chart.js, chartjs, Chart-js, chartjs-Chart.js).

docs/00-Getting-Started.md

index a04925f55ee71a5a35217c90bf7e2fb022bebfaa..910ea5bea0c3c73d2a060e752e724890cbf462bd 100644 (file)
@@ -19,11 +19,9 @@ npm install chart.js --save
 #### bower
 
 ```bash
-bower install Chart.js --save
+bower install chart.js --save
 ```
 
-> Note: Bower native support has been reintroduced at version 2.2.3 (previously dropped at version 2.2.0).
-
 ### Selecting the Correct Build
 
 Chart.js provides two different builds that are available for your use. The `Chart.js` and `Chart.min.js` files include Chart.js and the accompanying color parsing library. If this version is used and you require the use of the time axis, [Moment.js](http://momentjs.com/) will need to be included before Chart.js.