From 658acdeefaac30c20f9ee4f7170a4c5e5f4fca8a Mon Sep 17 00:00:00 2001 From: Joshua Appelman Date: Tue, 24 Feb 2015 13:17:26 +0100 Subject: [PATCH] Updates chalk to 1.0.0. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates [Chalk](https://www.npmjs.org/package/chalk) to latest version, 1.0.0. See the [releasenotes](https://github.com/sindresorhus/chalk/releases/tag/v1.0.0) for the changes. This is the first major version, and the API can now be considered stable. This commit and PR is auto-generated. Please merge with care. My apologies if it's undesirable. Made with ♥ by [Sindre](https://github.com/sindresorhus), [Joshua](https://github.com/jbnicolai), and all our wonderful [contributors](https://github.com/sindresorhus/chalk/graphs/contributors). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d40aba4..5a03b03 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "async": "^0.9.0", "body-parser": "^1.10.1", - "chalk": "^0.5.1", + "chalk": "^1.0.0", "compression": "^1.3.0", "connect-redis": "^2.1.0", "connect-timeout": "^1.5.0",