1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-22 21:41:43 +04:00

move bootstrap to core of tabler

This commit is contained in:
codecalm
2021-02-08 22:57:14 +01:00
parent 2e8191cd60
commit 77d1ae1a47
2 changed files with 2 additions and 1 deletions
+2
View File
@@ -1,5 +1,7 @@
//Vendor
import 'bootstrap/dist/js/bootstrap.bundle';
import './autosize';
import './input-mask';
import './dropdown';
-1
View File
@@ -1,6 +1,5 @@
{
"global-libs": [
"bootstrap"
],
"js-files": {
"countup": "countup",