From 6488c79a8e2d94dc38f59bce6a399610e9202437 Mon Sep 17 00:00:00 2001 From: Joshua Appelman Date: Tue, 24 Feb 2015 13:54:55 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2b4b545..481b7d3 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ ], "dependencies": { "yeoman-generator": "~0.16.0", - "chalk": "~0.4.0", + "chalk": "~1.0.0", "yosay": "^0.1.0" }, "devDependencies": { @@ -33,4 +33,4 @@ "peerDependencies": { "yo": ">=1.0.0" } -} \ No newline at end of file +}