From 994758f01293f1fdcf63282e9917cb9f2cfbdaac Mon Sep 17 00:00:00 2001 From: Joshua Appelman Date: Wed, 9 Jul 2014 22:25:13 +0200 Subject: [PATCH] 0.5.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7a94654..e58fe48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chalk", - "version": "0.5.0", + "version": "0.5.1", "description": "Terminal string styling done right. Created because the `colors` module does some really horrible things.", "license": "MIT", "repository": "sindresorhus/chalk",