Skip to content

Commit

Permalink
chore: update version and README
Browse files Browse the repository at this point in the history
  • Loading branch information
guastallaigor committed Jan 6, 2020
1 parent 421ea41 commit d30486b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d30486b

Please sign in to comment.