Compare commits

..

2 Commits

Author SHA1 Message Date
REJack
78d0c11374 bump version 2019-07-16 17:40:03 +02:00
REJack
7a2364e507 a simple try to fix ENOTFOUND Package @dev not found error 2019-07-16 17:17:54 +02:00
10 changed files with 10 additions and 10 deletions

View File

@@ -31,7 +31,7 @@
"documentation"
],
"dependencies": {
"bootstrap-slider": "@dev",
"bootstrap-slider": "879a98d",
"chart.js": "1.0.*",
"ckeditor": "^4.7.0",
"bootstrap-colorpicker": "^2.5.1",

View File

@@ -1,5 +1,5 @@
/*!
* AdminLTE v2.4.14
* AdminLTE v2.4.15
* Without Third-Party Plugins
*
* Author: Colorlib

View File

@@ -1,5 +1,5 @@
/*!
* AdminLTE v2.4.14
* AdminLTE v2.4.15
*
* Author: Colorlib
* Support: <https://github.com/ColorlibHQ/AdminLTE/issues>

View File

@@ -1,5 +1,5 @@
/*!
* AdminLTE v2.4.14
* AdminLTE v2.4.15
*
* Author: Colorlib
* Support: <https://github.com/ColorlibHQ/AdminLTE/issues>

View File

@@ -1,5 +1,5 @@
/*!
* AdminLTE v2.4.14
* AdminLTE v2.4.15
*
* Author: Colorlib
* Support: <https://github.com/ColorlibHQ/AdminLTE/issues>

View File

@@ -1,5 +1,5 @@
/*!
* AdminLTE v2.4.14
* AdminLTE v2.4.15
* Without Third-Party Plugins
*
* Author: Colorlib

View File

@@ -1,5 +1,5 @@
/*!
* AdminLTE v2.4.14
* AdminLTE v2.4.15
* Without Third-Party Plugins
*
* Author: Colorlib

2
dist/js/adminlte.js vendored
View File

@@ -6,7 +6,7 @@
*
* @author Colorlib
* @support <https://github.com/ColorlibHQ/AdminLTE/issues>
* @version 2.4.14
* @version 2.4.15
* @repository git://github.com/ColorlibHQ/AdminLTE.git
* @license MIT <http://opensource.org/licenses/MIT>
*/

View File

@@ -6,7 +6,7 @@
*
* @author Colorlib
* @support <https://github.com/ColorlibHQ/AdminLTE/issues>
* @version 2.4.14
* @version 2.4.15
* @repository git://github.com/ColorlibHQ/AdminLTE.git
* @license MIT <http://opensource.org/licenses/MIT>
*/

View File

@@ -1,6 +1,6 @@
{
"name": "admin-lte",
"version": "2.4.14",
"version": "2.4.15",
"main": "dist/js/adminlte.min.js",
"repository": {
"type": "git",