Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bootstrap-max-width w/ npm auto-update #1593

Merged
merged 1 commit into from
Jul 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@
{

Check warning on line 1 in packages/b/bootstrap-max-width.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

stars on GitHub is under 200

Check warning on line 1 in packages/b/bootstrap-max-width.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

package download per month on npm is under 800
"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/"
}
]
}
Loading