Add autonumeric to the traditional bootstrap

This commit is contained in:
Kevin MacMartin 2020-04-24 00:44:39 -04:00
parent 7f9f9bce1b
commit 12a0901401
2 changed files with 3 additions and 1 deletions

View file

@ -61,7 +61,8 @@ const jsDashboardLibs = [
"node_modules/flatpickr/dist/flatpickr.js",
"node_modules/sortablejs/Sortable.js",
"node_modules/list.js/dist/list.js",
"node_modules/easymde/dist/easymde.min.js"
"node_modules/easymde/dist/easymde.min.js",
"node_modules/autonumeric/dist/autoNumeric.js"
];
// CSS libraries for the dashboard

View file

@ -11,6 +11,7 @@
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@fortawesome/fontawesome-free": "^5.13.0",
"autonumeric": "^4.5.13",
"autoprefixer": "^9.7.6",
"babelify": "^10.0.0",
"bootstrap": "4.4.1",