Skip to content

Commit aa0eddf

Browse files
author
Adam Jakubowski
committed
Update
1 parent 9675cdd commit aa0eddf

1 file changed

Lines changed: 12 additions & 9 deletions

File tree

package.json

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
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-timeline",
3+
"version": "1.0.0",
4+
"description": "Horizontal and vertical examples of responsive Timelines built with the latest Bootstrap 5. Easy to use and customize.",
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-timeline.git"
1212
},
1313
"keywords": [
1414
"bootstrap",
15-
"avatar",
15+
"timeline",
1616
"bootstrap5",
17-
"circle-image-view"
17+
"bootstrap-timeline",
18+
"timeline-with-images",
19+
"horizontal-timeline",
20+
"timeline-with-cards"
1821
],
1922
"author": "mdbootstrap",
2023
"license": "ISC",
2124
"bugs": {
22-
"url": "https://github.com/mdbootstrap/bootstrap-avatars/issues"
25+
"url": "https://github.com/mdbootstrap/bootstrap-timeline/issues"
2326
},
24-
"homepage": "https://mdbootstrap.com/docs/standard/extended/avatar/"
27+
"homepage": "https://mdbootstrap.com/docs/standard/extended/timeline/"
2528
}

0 commit comments

Comments
 (0)