Bump to v0.5.2 with package updates for install breaks...

Note that I've also issued or will soon issue the corollary pull requests for has-ansi and strip-ansi.
This commit is contained in:
Chris Russell 2015-02-22 01:07:28 -08:00
parent c799a8aaed
commit 515f97c3e1

View file

@ -1,6 +1,6 @@
{ {
"name": "chalk", "name": "chalk",
"version": "0.5.1", "version": "0.5.2",
"description": "Terminal string styling done right. Much color.", "description": "Terminal string styling done right. Much color.",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/chalk", "repository": "sindresorhus/chalk",
@ -40,14 +40,14 @@
"text" "text"
], ],
"dependencies": { "dependencies": {
"ansi-styles": "^2.0.0", "ansi-styles": "~2.0.0",
"escape-string-regexp": "^1.0.1", "supports-color": "~1.2.0",
"has-ansi": "^1.0.1", "escape-string-regexp": "~1.0.2",
"strip-ansi": "^2.0.0", "has-ansi": "~1.0.3",
"supports-color": "^1.2.0" "strip-ansi": "~2.0.2"
}, },
"devDependencies": { "devDependencies": {
"matcha": "^0.6.0", "mocha": "*",
"mocha": "*" "matcha": "~0.6.0"
} }
} }