From 9c81da43a9c411930d9719e60f7a2087c50a3472 Mon Sep 17 00:00:00 2001 From: Joshua Appelman Date: Tue, 24 Feb 2015 13:58:05 +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 46abd268..794b27e4 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "man": "gulp.1", "dependencies": { "archy": "^1.0.0", - "chalk": "^0.5.0", + "chalk": "^1.0.0", "gulp-util": "^3.0.0", "interpret": "^0.4.1", "liftoff": "^2.0.0",