Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Jakubowski committed Jan 28, 2022
1 parent bbbb292 commit 5668cd6
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,29 @@
{
"name": "bootstrap-avatars",
"version": "1.0.4",
"description": "Responsive Avatars built with Bootstrap 5. Various templates like a circle avatar, square, inside the navbar, carousel, as a testimonial, profile and many more.",
"main": "profile.html",
"name": "bootstrap-testimonial-slider",
"version": "1.0.0",
"description": "Responsive examples of testimonial sliders. This custom component is a combination of Bootstrap Carousel and Testimonials.",
"main": "basic.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mdbootstrap/bootstrap-avatars.git"
"url": "git+https://github.com/mdbootstrap/bootstrap-testimonial-slider.git"
},
"keywords": [
"bootstrap",
"avatar",
"slider",
"bootstrap5",
"circle-image-view"
"testimonial",
"testimonial-slider",
"bootstrap-slider",
"bootstrap-testimonial-slider",
"bootstrap-testimonial"
],
"author": "mdbootstrap",
"license": "ISC",
"bugs": {
"url": "https://github.com/mdbootstrap/bootstrap-avatars/issues"
"url": "https://github.com/mdbootstrap/bootstrap-testimonial-slider/issues"
},
"homepage": "https://mdbootstrap.com/docs/standard/extended/avatar/"
"homepage": "https://mdbootstrap.com/docs/standard/extended/testimonial-slider/"
}

0 comments on commit 5668cd6

Please sign in to comment.