Skip to content

Commit

Permalink
version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hsiaoming Yang committed Dec 27, 2012
1 parent 86fd5ab commit 2cf8b78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "colorful",
"version": "1.1.0",
"version": "1.1.1",
"description": "colorful if a terminal tool for color, logging and command",
"keywords": [
"color",
Expand Down
1 change: 1 addition & 0 deletions tests/color.test.js
@@ -1,6 +1,7 @@
var color = require('../lib/color');
var paint = color.paint;
var should = require('should');
color.isatty = true;

describe('Color', function() {
it('should be supported', function() {
Expand Down

0 comments on commit 2cf8b78

Please sign in to comment.