diff options
Diffstat (limited to 'library/Sortable/scripts/banner.js')
-rw-r--r-- | library/Sortable/scripts/banner.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/library/Sortable/scripts/banner.js b/library/Sortable/scripts/banner.js new file mode 100644 index 000000000..337928bff --- /dev/null +++ b/library/Sortable/scripts/banner.js @@ -0,0 +1,8 @@ +import { version } from '../package.json'; + +export default `/**! + * Sortable ${ version } + * @author RubaXa <trash@rubaxa.org> + * @author owenm <owen23355@gmail.com> + * @license MIT + */`; |