From e06db74b8fa11d14eb5e1ba143bdee8591166041 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 5 Jan 2023 09:25:39 +0100 Subject: Merging upstream version 1.10.3+dfsg. Signed-off-by: Daniel Baumann --- config.yml | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to 'config.yml') diff --git a/config.yml b/config.yml index 61c2383..443ea35 100644 --- a/config.yml +++ b/config.yml @@ -46,23 +46,27 @@ module: target: static/assets/font - source: node_modules/bootstrap/scss target: assets/scss/bootstrap - - source: node_modules/bootstrap/dist/js/bootstrap.min.js - target: assets/js/bootstrap.min.js + - source: node_modules/bootstrap/dist/js/bootstrap.bundle.min.js + target: assets/js/vendor/bootstrap.bundle.min.js + - source: node_modules/clipboard/dist/clipboard.min.js + target: assets/js/vendor/clipboard.min.js + - source: node_modules/list.js/dist/list.min.js + target: assets/js/vendor/list.min.js params: description: "Official open source SVG icon library for Bootstrap" social_image_path: /assets/img/bootstrap-icons-social.png - version: "1.10.2" - docs_version: "5.2" + version: "1.10.3" + docs_version: "5.3" main: "https://getbootstrap.com" github_org: "https://github.com/twbs" - repo: "https://github.com/twbs/icons" + repo: "https://github.com/twbs/bootstrap" twitter: "getbootstrap" - slack: "https://bootstrap-slack.herokuapp.com" - blog: "https://blog.getbootstrap.com" - expo: "https://expo.getbootstrap.com" - themes: "https://themes.getbootstrap.com" opencollective: "https://opencollective.com/bootstrap" + blog: "https://blog.getbootstrap.com/" + themes: "https://themes.getbootstrap.com/" + icons: "https://icons.getbootstrap.com/" + swag: "https://cottonbureau.com/people/bootstrap" icons_figma: "https://www.figma.com/community/file/1042482994486402696/Bootstrap-Icons" -- cgit v1.2.3