Skip to content

Commit 321d736

Browse files
author
Adam Jakubowski
committed
Update
1 parent 9b61c04 commit 321d736

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

package.json

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,32 @@
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": "@mdbootstrap/bootstrap-offcanvas",
3+
"version": "1.0.0",
4+
"description": "Hidden sidebar built with the latest Bootstrap 5, perfect for use in the form of additional navigation, for example in ecommerce projects or dashboards.",
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-offcanvas.git"
1212
},
1313
"keywords": [
1414
"bootstrap",
15-
"avatar",
15+
"ecommerence",
1616
"bootstrap5",
17-
"circle-image-view"
17+
"navigation",
18+
"responsive",
19+
"offcanvas",
20+
"responsive-design",
21+
"bootstrap-template",
22+
"bootstrap-offcanvas",
23+
"bootstrap-dashboard",
24+
"bootstrap-offcanvas-menu"
1825
],
1926
"author": "mdbootstrap",
2027
"license": "ISC",
2128
"bugs": {
22-
"url": "https://github.com/mdbootstrap/bootstrap-avatars/issues"
29+
"url": "https://github.com/mdbootstrap/bootstrap-offcanvas/issues"
2330
},
24-
"homepage": "https://mdbootstrap.com/docs/standard/extended/avatar/"
31+
"homepage": "https://mdbootstrap.com/docs/standard/extended/offcanvas/"
2532
}

0 commit comments

Comments
 (0)