From 5668cd6534594890750eccef5ca6e8de5e5bfaff Mon Sep 17 00:00:00 2001 From: Adam Jakubowski Date: Fri, 28 Jan 2022 10:27:34 +0100 Subject: [PATCH] Update --- package.json | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 633ba15..3ed0369 100644 --- a/package.json +++ b/package.json @@ -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/" }