diff --git a/README.md b/README.md
index 18b859b..4b67b5e 100644
--- a/README.md
+++ b/README.md
@@ -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
+
## Dependencies
diff --git a/package.json b/package.json
index feb5a72..b6d269d 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,14 @@
{
"name": "bootstrap-vue-timeline",
- "version": "1.0.0",
- "description": "",
+ "version": "1.0.1",
+ "author": "Junji Zhi ",
+ "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",