1
0
mirror of https://gitlab.com/ceda_ei/better-strip-color.git synced 2025-11-07 18:00:06 +01:00

Fix pnpm link.

This commit is contained in:
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