Update AdminLTE

- from 2.4.5 to 2.4.18 (cannot detect any issues)
- set default scancycle for Apple Devices to 1
This commit is contained in:
leiweibau
2022-07-11 21:34:04 +02:00
parent ceda5da4c5
commit 7ffc0892f7
3506 changed files with 228613 additions and 134604 deletions

View File

@@ -0,0 +1,26 @@
{
"name": "seiyria-bootstrap-slider",
"version": "10.6.2",
"homepage": "https://github.com/seiyria/bootstrap-slider",
"authors": [
"Kyle Kemp <kyle@seiyria.com>",
"Rohit Kalkur <rohit.kalkur@gmail.com>"
],
"description": "a slider element for bootstrap 2/3",
"main": [
"dist/bootstrap-slider.js",
"dist/css/bootstrap-slider.css"
],
"keywords": [
"slider",
"bootstrap2",
"bootstrap3",
"bootstrap"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
]
}