From cca8bd2e5fdbecdd29845bb10d9e73715adae893 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 17 Jul 2023 12:57:59 +0200 Subject: [PATCH] Add bootstrap-max-width w/ npm auto-update --- packages/b/bootstrap-max-width.json | 40 +++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 packages/b/bootstrap-max-width.json diff --git a/packages/b/bootstrap-max-width.json b/packages/b/bootstrap-max-width.json new file mode 100644 index 000000000..60330e39a --- /dev/null +++ b/packages/b/bootstrap-max-width.json @@ -0,0 +1,40 @@ +{ + "name": "bootstrap-max-width", + "filename": "bootstrap-max-width.min.css", + "description": "Responsive Max Width built with Bootstrap 5. Learn how to make a container or an element max width within its parent.", + "keywords": [ + "bootstrap", + "bootstrap5", + "responsive", + "size", + "responsive-design", + "sizing", + "bootstrap5-template", + "bootstrap-template" + ], + "homepage": "https://mdbootstrap.com/docs/standard/extended/max-width/", + "repository": { + "type": "git", + "url": "https://github.com/mdbootstrap/bootstrap-max-width" + }, + "license": "MIT", + "autoupdate": { + "source": "npm", + "target": "bootstrap-max-width", + "fileMap": [ + { + "basePath": "css", + "files": [ + "bootstrap-max-width*" + ] + } + ] + }, + "authors": [ + { + "name": "MDBBootstrap", + "email": "contact@mdbootstrap.com", + "url": "https://mdbootstrap.com/" + } + ] +}