Skip to content

Commit

Permalink
Add bootstrap-max-width w/ npm auto-update (#1593)
Browse files Browse the repository at this point in the history
Co-authored-by: unknown <a.jakubowski@mdbootstrap.com>
  • Loading branch information
bwsky-a and unknown authored Jul 30, 2023
1 parent 06bcb5f commit 8ca8ef2
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions packages/b/bootstrap-max-width.json
Original file line number Diff line number Diff line change
@@ -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/"
}
]
}

0 comments on commit 8ca8ef2

Please sign in to comment.