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" "text"
], ],
"dependencies": { "dependencies": {
"ansi-styles": "^1.0.0", "ansi-styles": "^1.1.0",
"has-color": "^0.1.0", "has-color": "^0.1.0",
"strip-ansi": "^0.2.0" "strip-ansi": "^0.2.0"
}, },

View file

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 51 KiB

Before After
Before After