bump ansi-styles

This commit is contained in:
Sindre Sorhus 2014-06-04 01:38:03 +02:00
parent 90e2260f58
commit fa9bd4ebd9
3 changed files with 27 additions and 25 deletions

View file

@ -40,7 +40,7 @@
"text"
],
"dependencies": {
"ansi-styles": "^1.0.0",
"ansi-styles": "^1.1.0",
"has-color": "^0.1.0",
"strip-ansi": "^0.2.0"
},

View file

@ -8,7 +8,7 @@
**Chalk is a clean and focused alternative.**
![screenshot](screenshot.png)
![screenshot](https://github.com/sindresorhus/ansi-styles/raw/master/screenshot.png)
## Why
@ -127,35 +127,37 @@ if (!chalk.supportsColor) {
### General
- reset
- bold
- italic
- underline
- inverse
- strikethrough
- `reset`
- `bold`
- `dim`
- `italic` *(not widely supported)*
- `underline`
- `inverse`
- `hidden`
- `strikethrough` *(not widely supported)*
### Text colors
- black
- red
- green
- yellow
- blue
- magenta
- cyan
- white
- gray
- `black`
- `red`
- `green`
- `yellow`
- `blue`
- `magenta`
- `cyan`
- `white`
- `gray`
### Background colors
- bgBlack
- bgRed
- bgGreen
- bgYellow
- bgBlue
- bgMagenta
- bgCyan
- bgWhite
- `bgBlack`
- `bgRed`
- `bgGreen`
- `bgYellow`
- `bgBlue`
- `bgMagenta`
- `bgCyan`
- `bgWhite`
## License

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 51 KiB

Before After
Before After