Skip to content

Commit 5689afd

Browse files
committed
chore(node): bump bs, node, npm
drop jquery adjust html classes for bootstrap 5
1 parent eafe4cd commit 5689afd

File tree

5 files changed

+412
-408
lines changed

5 files changed

+412
-408
lines changed

Gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ var vendorFiles = function(done) {
282282

283283

284284
// copy vendor scripts
285-
src(['node_modules/bootstrap/dist/js/bootstrap.min.*', 'node_modules/jquery/dist/jquery.slim.min.*'])
285+
src(['node_modules/bootstrap/dist/js/bootstrap.min.*', 'node_modules/@popperjs/core/dist/umd/popper.min.*'])
286286
.pipe(dest(paths.scripts.output))
287287

288288
// copy vendor Styles

0 commit comments

Comments
 (0)