Fix pnpm link.
This commit is contained in:
parent
5cb9cc158a
commit
a9a775c15a
|
@ -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
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue