fixed license url in js files

pull/2269/head
REJack 2019-10-23 09:51:31 +02:00
parent 373c131092
commit 0f18f03807
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ export default {
banner: `/*!
* AdminLTE v${pkg.version} (${pkg.homepage})
* Copyright 2014-${year} ${pkg.author}
* Licensed under MIT (https://github.com/almasaeed2010/AdminLTE/blob/master/LICENSE)
* Licensed under MIT (https://github.com/ColorlibHQ/AdminLTE/blob/master/LICENSE)
*/`,
file : 'dist/js/adminlte.js',
format: 'umd',

2
dist/js/adminlte.js vendored
View File

@ -1,7 +1,7 @@
/*!
* AdminLTE v3.0.0-rc.5 (https://adminlte.io)
* Copyright 2014-2019 Colorlib <http://colorlib.com>
* Licensed under MIT (https://github.com/almasaeed2010/AdminLTE/blob/master/LICENSE)
* Licensed under MIT (https://github.com/ColorlibHQ/AdminLTE/blob/master/LICENSE)
*/
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :

File diff suppressed because one or more lines are too long