Skip to content

Commit

Permalink
Update README; Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
junjizhi committed Jun 12, 2021
1 parent 4f875fd commit 079d257
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
## Introduction
A simple timeline component similar to [Ant Timeline](https://www.antdv.com/components/timeline/) based on [Bootstrap-Vue](https://bootstrap-vue.org/).

## Demo

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

## Dependencies

Expand Down
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"name": "bootstrap-vue-timeline",
"version": "1.0.0",
"description": "",
"version": "1.0.1",
"author": "Junji Zhi <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/junjizhi/bootstrap-vue-timeline"
},
"homepage": "https://github.com/junjizhi/bootstrap-vue-timeline",
"description": "A simple timeline component similar to Ant Timeline based on Bootstrap-Vue",
"main": "dist/bootstrap-vue-timeline.ssr.js",
"browser": "dist/bootstrap-vue-timeline.esm.js",
"module": "dist/bootstrap-vue-timeline.esm.js",
Expand Down

0 comments on commit 079d257

Please sign in to comment.