From d30486bfdd1cf0fb561d4261b02f264540fb1ec7 Mon Sep 17 00:00:00 2001 From: Igor Guastalla de Lima Date: Mon, 6 Jan 2020 08:48:34 -0300 Subject: [PATCH] chore: update version and README --- README.md | 5 +++++ package.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 01abb88..8f96722 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,16 @@ [![Downloads](https://img.shields.io/npm/dt/vue-horizontal-timeline.svg)](https://github.com/guastallaigor/vue-horizontal-timeline/) [![Dependencies](https://img.shields.io/david/guastallaigor/vue-horizontal-timeline.svg)](https://github.com/guastallaigor/vue-horizontal-timeline/) [![Say Thanks!](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://saythanks.io/to/guastallaigor) +[![Netlify Status](https://api.netlify.com/api/v1/badges/d099ae26-8ac0-447f-91b2-b079e7b2213f/deploy-status)](https://app.netlify.com/sites/vue-horizontal-timeline/deploys) ## Demo [![Edit Checkbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/o4o10xynoz) +## Storybook + +Go to https://vue-horizontal-timeline.netlify.com + ## How to install ### npm diff --git a/package.json b/package.json index 0c73906..7bda33d 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "vue-horizontal-timeline", - "version": "0.5.0", + "version": "0.5.1", "private": false, "description": "Just a simple horizontal timeline component made with Vue.js", "homepage": "https://github.com/guastallaigor/vue-horizontal-timeline#readme", "author": "Igor Guastalla de Lima", "scripts": { "lint": "vue-cli-service lint", - "storybook:build": "vue-cli-service storybook:build -c config/storybook", + "storybook:build": "vue-cli-service storybook:build -c config/storybook --quiet", "storybook:serve": "vue-cli-service storybook:serve -p 6006 -c config/storybook", "test:unit": "vue-cli-service test:unit", "test:watch": "vue-cli-service test:unit --watch",