Skip to content

Commit 079d257

Browse files
committed
Update README; Bump versions
1 parent 4f875fd commit 079d257

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
## Introduction
44
A simple timeline component similar to [Ant Timeline](https://www.antdv.com/components/timeline/) based on [Bootstrap-Vue](https://bootstrap-vue.org/).
55

6-
## Demo
7-
8-
Link: TBD
6+
## Screenshots
7+
<img width="629" alt="image" src="https://user-images.githubusercontent.com/2715151/121779292-eab99400-cb68-11eb-8a2f-02a5ea3d2bf1.png">
98

109
## Dependencies
1110

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
{
22
"name": "bootstrap-vue-timeline",
3-
"version": "1.0.0",
4-
"description": "",
3+
"version": "1.0.1",
4+
"author": "Junji Zhi <[email protected]>",
5+
"license": "MIT",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/junjizhi/bootstrap-vue-timeline"
9+
},
10+
"homepage": "https://github.com/junjizhi/bootstrap-vue-timeline",
11+
"description": "A simple timeline component similar to Ant Timeline based on Bootstrap-Vue",
512
"main": "dist/bootstrap-vue-timeline.ssr.js",
613
"browser": "dist/bootstrap-vue-timeline.esm.js",
714
"module": "dist/bootstrap-vue-timeline.esm.js",

0 commit comments

Comments
 (0)