add version and license info to chartjs-adapter-date-fns

main
xenofem 2022-04-15 18:09:23 -04:00
parent 79663dc132
commit f21c2e2dc6
1 changed files with 6 additions and 0 deletions

View File

@ -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) :