From 4ebd8fa92bbea7de2e875e51aa965a9e696960a1 Mon Sep 17 00:00:00 2001 From: Hamza Alalach Date: Sun, 22 Dec 2019 20:58:26 +0100 Subject: [PATCH] Add yarn install to docs --- README.md | 10 +++++++++- package-lock.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5c509f..3dc5e84 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,15 @@ Using JSComps gives your the following perks: - It's easy to use. You don't have to run it each time you make a change to a file, it'll automatically detect changes for you and import them to your output file.

## Install - npm install jscomps -g +``` +npm install jscomps -g +``` + OR +``` +yarn add jscomps +``` + +
## Usage jscomps [options] diff --git a/package-lock.json b/package-lock.json index 14ff72d..f6d38a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "jscomps", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": {