mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 19:26:38 -05:00
Update the datatimepicker and tweak the gulpfile to reflect
This commit is contained in:
parent
4c98f84c33
commit
6405748b88
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
||||||
"awesome-bootstrap-checkbox": "~0.3.5",
|
"awesome-bootstrap-checkbox": "~0.3.5",
|
||||||
"Sortable": "~1.4.2",
|
"Sortable": "~1.4.2",
|
||||||
"simplemde": "~1.9.0",
|
"simplemde": "~1.9.0",
|
||||||
"datetimepicker": "~2.4.5",
|
"datetimepicker": "~2.5.1",
|
||||||
"SpinKit": "~1.2.5",
|
"SpinKit": "~1.2.5",
|
||||||
"jQuery.stickyFooter": "https://github.com/miWebb/jQuery.stickyFooter.git#~1.2.3"
|
"jQuery.stickyFooter": "https://github.com/miWebb/jQuery.stickyFooter.git#~1.2.3"
|
||||||
}
|
}
|
||||||
|
|
|
@ -33,7 +33,7 @@ var jsBower = [
|
||||||
|
|
||||||
var jsDashboardBower = [
|
var jsDashboardBower = [
|
||||||
'Sortable/Sortable.js',
|
'Sortable/Sortable.js',
|
||||||
'datetimepicker/jquery.datetimepicker.js',
|
'datetimepicker/build/jquery.datetimepicker.full.min.js',
|
||||||
'simplemde/dist/simplemde.min.js'
|
'simplemde/dist/simplemde.min.js'
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue