6c0dd6684b
This adds an actual banner that contains the version number and a link to the license to the top of the files. This closes https://github.com/select2/select2/issues/3118.
5 lines
608 B
JSON
5 lines
608 B
JSON
{
|
|
"start": "/*!\n * Select2 <%= package.version %> - <%= vars.date %>\n * https://select2.github.io\n *\n * Released under the MIT license\n * https://github.com/select2/select2/blob/master/LICENSE.md\n */\n(function() { if (window.define) { var define = window.define; } if (window.require) { var require = window.require; } if (window.jQuery && jQuery.fn && jQuery.fn.select2 && jQuery.fn.select2.amd) { var define = jQuery.fn.select2.amd.define; var require = jQuery.fn.select2.amd.require; }",
|
|
"end": "require('jquery.select2'); jQuery.fn.select2.amd = { define: define, require: require }; }());"
|
|
}
|