From 0d8d8c204eb87a4038219131ad4d8369c9f59d24 Mon Sep 17 00:00:00 2001 From: Josh Junon Date: Mon, 28 Mar 2016 17:15:55 -0700 Subject: [PATCH] 1.1.3 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7054997..2b5881e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chalk", - "version": "1.1.1", + "version": "1.1.3", "description": "Terminal string styling done right. Much color.", "license": "MIT", "repository": "chalk/chalk", @@ -45,7 +45,7 @@ "text" ], "dependencies": { - "ansi-styles": "^2.1.0", + "ansi-styles": "^2.2.1", "escape-string-regexp": "^1.0.2", "has-ansi": "^2.0.0", "strip-ansi": "^3.0.0",