Skip to content

Commit 5668cd6

Browse files
author
Adam Jakubowski
committed
Update
1 parent bbbb292 commit 5668cd6

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

package.json

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,29 @@
11
{
2-
"name": "bootstrap-avatars",
3-
"version": "1.0.4",
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.",
5-
"main": "profile.html",
2+
"name": "bootstrap-testimonial-slider",
3+
"version": "1.0.0",
4+
"description": "Responsive examples of testimonial sliders. This custom component is a combination of Bootstrap Carousel and Testimonials.",
5+
"main": "basic.html",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/mdbootstrap/bootstrap-avatars.git"
11+
"url": "git+https://github.com/mdbootstrap/bootstrap-testimonial-slider.git"
1212
},
1313
"keywords": [
1414
"bootstrap",
15-
"avatar",
15+
"slider",
1616
"bootstrap5",
17-
"circle-image-view"
17+
"testimonial",
18+
"testimonial-slider",
19+
"bootstrap-slider",
20+
"bootstrap-testimonial-slider",
21+
"bootstrap-testimonial"
1822
],
1923
"author": "mdbootstrap",
2024
"license": "ISC",
2125
"bugs": {
22-
"url": "https://github.com/mdbootstrap/bootstrap-avatars/issues"
26+
"url": "https://github.com/mdbootstrap/bootstrap-testimonial-slider/issues"
2327
},
24-
"homepage": "https://mdbootstrap.com/docs/standard/extended/avatar/"
28+
"homepage": "https://mdbootstrap.com/docs/standard/extended/testimonial-slider/"
2529
}

0 commit comments

Comments
 (0)