mirror of
https://github.com/flynx/colors.js.git
synced 2025-10-28 18:40:09 +00:00
Version bump v1.1.0
This commit is contained in:
parent
e64daad776
commit
b9ff17af7c
@ -25,8 +25,6 @@
|
||||
|
||||
### background colors
|
||||
|
||||
|
||||
|
||||
- bgBlack
|
||||
- bgRed
|
||||
- bgGreen
|
||||
@ -173,7 +171,7 @@ colors.setTheme({
|
||||
});
|
||||
|
||||
// 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.*
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "colors",
|
||||
"description": "get colors in your node.js console",
|
||||
"version": "1.0.3",
|
||||
"version": "1.1.0",
|
||||
"author": "Marak Squires",
|
||||
"homepage": "https://github.com/Marak/colors.js",
|
||||
"bugs": "https://github.com/Marak/colors.js/issues",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user