From a9a775c15a7c3496a9c6188e361595698000c6e8 Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Tue, 23 Jul 2019 13:26:39 +0530 Subject: [PATCH] Fix pnpm link. --- README.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df6d5c3..61632e6 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,11 @@ Strip ansi colors, attributes from a string. ## Install -Install with [npm](https://www.npmjs.com/) or [pnpm]() +Install with [npm](https://www.npmjs.com/) or [pnpm](https://pnpm.js.org/) ```sh $ npm i better-strip-color +$ pnpm i better-strip-color ``` ## Usage diff --git a/package.json b/package.json index 09cd581..b34de3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "better-strip-color", - "version": "1.0.1", + "version": "1.0.2", "description": "Strip ANSI colors, attributes from a string", "main": "index.js", "scripts": {