Skip to content

Commit

Permalink
Meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Aug 8, 2022
1 parent ab27bdd commit 1420dc8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@
"is-unicode-supported": "^1.2.0"
},
"devDependencies": {
"ava": "^4.1.0",
"tsd": "^0.19.1",
"typescript": "^4.6.3",
"xo": "^0.48.0"
"ava": "^4.3.1",
"tsd": "^0.22.0",
"xo": "^0.51.0"
}
}
5 changes: 2 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Terminals such as Windows Console Host (and CMD) only support a [limited charact

## Install

```
$ npm install figures
```sh
npm install figures
```

## Usage
Expand Down Expand Up @@ -62,7 +62,6 @@ Type: `string`

String where the Unicode symbols will be replaced with fallback symbols depending on the terminal.


## Figures

`Fallback` characters are only shown when they differ from the `Main` ones.
Expand Down

0 comments on commit 1420dc8

Please sign in to comment.