add version and license info to chartjs-adapter-date-fns
This commit is contained in:
parent
79663dc132
commit
f21c2e2dc6
|
@ -1,3 +1,9 @@
|
|||
/*!
|
||||
* chartjs-adapter-date-fns v2.0.0
|
||||
* https://www.chartjs.org
|
||||
* (c) 2021 chartjs-adapter-date-fns Contributors
|
||||
* Released under the MIT license
|
||||
*/
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('chart.js')) :
|
||||
typeof define === 'function' && define.amd ? define(['chart.js'], factory) :
|
||||
|
|
Loading…
Reference in a new issue