From 13d949199f3ab5269062a659495464e9b8d7b42c Mon Sep 17 00:00:00 2001 From: Adam Jakubowski Date: Fri, 28 Jan 2022 09:48:07 +0100 Subject: [PATCH] Update --- package.json | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 633ba15..719bce6 100644 --- a/package.json +++ b/package.json @@ -1,25 +1,27 @@ { - "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-shopping-carts", + "version": "1.0.0", + "description": "Responsive Shopping Carts built with Bootstrap 5. Multiple examples of various designs and functionalities. Ready to use pages and templates.", + "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-shopping-carts.git" }, "keywords": [ "bootstrap", - "avatar", + "shopping-cart", "bootstrap5", - "circle-image-view" + "cards", + "shopping-carts", + "shopping-cart-template" ], "author": "mdbootstrap", "license": "ISC", "bugs": { - "url": "https://github.com/mdbootstrap/bootstrap-avatars/issues" + "url": "https://github.com/mdbootstrap/bootstrap-shopping-carts/issues" }, - "homepage": "https://mdbootstrap.com/docs/standard/extended/avatar/" + "homepage": "https://mdbootstrap.com/docs/standard/extended/shopping-carts/" }