Fix pnpm link.

This commit is contained in:
Ceda EI 2019-07-23 13:26:39 +05:30
parent 5cb9cc158a
commit a9a775c15a
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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": {