Skip to content

Commit

Permalink
Merge pull request #20 from jh3y/develop
Browse files Browse the repository at this point in the history
 Resolve #9 by publishing to npm 🎉
  • Loading branch information
jh3y authored Feb 9, 2018
2 parents 4463214 + ace55f5 commit 01c1945
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ A large rework of `whirl` is currently underway to add new whirls etc.

A preview is available on the `rework` branch :wink:

#### Install

```shell
npm i @jh3y/whirl
```
```shell
yarn add @jh3y/whirl
```

#### Basic usage
1. Include the [stylesheet](https://raw2.github.com/jh3y/whirl/master/whirl.css) (tweaking where necessary).
2. Add and remove appropriate classes to your elements when necessary to show loading (using js).
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": "whirl",
"version": "1.0.3",
"name": "@jh3y/whirl",
"version": "1.0.4",
"description": "whirl - pure CSS loading animations",
"repository": {
"type": "git",
Expand Down

0 comments on commit 01c1945

Please sign in to comment.