mirror of
https://github.com/flynx/colors.js.git
synced 2025-10-29 02:50:10 +00:00
Version bump v1.1.0
This commit is contained in:
parent
e64daad776
commit
b9ff17af7c
@ -25,8 +25,6 @@
|
|||||||
|
|
||||||
### background colors
|
### background colors
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- bgBlack
|
- bgBlack
|
||||||
- bgRed
|
- bgRed
|
||||||
- bgGreen
|
- bgGreen
|
||||||
@ -173,7 +171,7 @@ colors.setTheme({
|
|||||||
});
|
});
|
||||||
|
|
||||||
// outputs underlined blue text
|
// outputs underlined blue text
|
||||||
console.log(colors.info('Listening on ') + colors.link('http://0.0.0.0:' + port) );
|
console.log(colors.info('Listening on ') + colors.link('http://0.0.0.0:' + port));
|
||||||
```
|
```
|
||||||
|
|
||||||
*Protip: There is a secret undocumented style in `colors`. If you find the style you can summon him.*
|
*Protip: There is a secret undocumented style in `colors`. If you find the style you can summon him.*
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "colors",
|
"name": "colors",
|
||||||
"description": "get colors in your node.js console",
|
"description": "get colors in your node.js console",
|
||||||
"version": "1.0.3",
|
"version": "1.1.0",
|
||||||
"author": "Marak Squires",
|
"author": "Marak Squires",
|
||||||
"homepage": "https://github.com/Marak/colors.js",
|
"homepage": "https://github.com/Marak/colors.js",
|
||||||
"bugs": "https://github.com/Marak/colors.js/issues",
|
"bugs": "https://github.com/Marak/colors.js/issues",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user