mirror of https://github.com/ColorlibHQ/AdminLTE
fixed license url in js files
parent
373c131092
commit
0f18f03807
|
@ -13,7 +13,7 @@ export default {
|
||||||
banner: `/*!
|
banner: `/*!
|
||||||
* AdminLTE v${pkg.version} (${pkg.homepage})
|
* AdminLTE v${pkg.version} (${pkg.homepage})
|
||||||
* Copyright 2014-${year} ${pkg.author}
|
* 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',
|
file : 'dist/js/adminlte.js',
|
||||||
format: 'umd',
|
format: 'umd',
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*!
|
/*!
|
||||||
* AdminLTE v3.0.0-rc.5 (https://adminlte.io)
|
* AdminLTE v3.0.0-rc.5 (https://adminlte.io)
|
||||||
* Copyright 2014-2019 Colorlib <http://colorlib.com>
|
* 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) {
|
(function (global, factory) {
|
||||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue