From 510c7a3e6072bb5938a9afcd77668ae3b91ea311 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Tue, 24 Feb 2015 16:03:00 +0700 Subject: [PATCH] bump `chalk` https://github.com/sindresorhus/chalk/releases/tag/v1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1bc7fa6e67..f7fa131a4b 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "dependencies": { "acorn-babel": "0.11.1-34", "ast-types": "~0.6.1", - "chalk": "^0.5.1", + "chalk": "^1.0.0", "chokidar": "^0.12.6", "commander": "^2.6.0", "core-js": "^0.6.0",