Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
Update to version 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aramvisser committed Sep 28, 2017
1 parent 7b15692 commit 1c43e89
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,16 @@ track progress in multi step forms or wizards.
[Usage & Examples](https://aramvisser.github.io/bulma-steps)

I'm trying to keep this working with the latest available Bulma version. Currently tracking: **bulma
v0.5.1**. Other versions _should_ work, but no promises.
v0.5.3**. Other versions _should_ work, but no promises.

## Installation

### NPM

`npm install bulma-steps-component`

### Manually

There is no .css file available, only a .sass file. Make sure you are using the SASS version of
Bulma in your current workflow

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bulma-steps",
"version": "1.0.0",
"name": "bulma-steps-component",
"version": "0.5.3",
"description": "Steps component for bulma.io",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1c43e89

Please sign in to comment.