From ace55f54cf28fa09ef1f96c94a20a717d303cac5 Mon Sep 17 00:00:00 2001 From: jh3y Date: Fri, 9 Feb 2018 12:28:06 +0000 Subject: [PATCH] Resolve #9 by publishing to npm :tada: - publish to npm using temporary scope solution under @jh3y - not ideal as would prefer a unique name on the npm registry - will look further into this on the rework branch along with automation --- README.md | 9 +++++++++ package.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95dcc41..7adbf2f 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/package.json b/package.json index acee40c..3e957cd 100644 --- a/package.json +++ b/package.json @@ -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",