mirror of
https://gitlab.com/ceda_ei/better-strip-color.git
synced 2025-11-21 00:30:08 +01:00
Fix pnpm link.
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user