Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Version bump v1.1.0
  • Loading branch information
pksunkara committed Jan 27, 2015
1 parent e64daad commit b9ff17a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions ReadMe.md
Expand Up @@ -25,8 +25,6 @@

### background colors



- bgBlack
- bgRed
- bgGreen
Expand Down Expand Up @@ -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.*
2 changes: 1 addition & 1 deletion package.json
@@ -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",
Expand Down

0 comments on commit b9ff17a

Please sign in to comment.