Quellcode durchsuchen

fixed license url in js files

REJack vor 5 Jahren
Ursprung
Commit
0f18f03807
3 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 1 1
      build/config/rollup.config.js
  2. 1 1
      dist/js/adminlte.js
  3. 1 1
      dist/js/adminlte.min.js

+ 1 - 1
build/config/rollup.config.js

@@ -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',

+ 1 - 1
dist/js/adminlte.js

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

Datei-Diff unterdrückt, da er zu groß ist
+ 1 - 1
dist/js/adminlte.min.js


Einige Dateien werden nicht angezeigt, da zu viele Dateien in diesem Diff geändert wurden.