Compare commits

...

1 commit
main ... v1.1.2

Author SHA1 Message Date
Josh Junon
a838948dcb 1.1.2 2016-03-28 16:31:05 -07:00

View file

@ -1,6 +1,6 @@
{ {
"name": "chalk", "name": "chalk",
"version": "1.1.1", "version": "1.1.2",
"description": "Terminal string styling done right. Much color.", "description": "Terminal string styling done right. Much color.",
"license": "MIT", "license": "MIT",
"repository": "chalk/chalk", "repository": "chalk/chalk",
@ -45,7 +45,7 @@
"text" "text"
], ],
"dependencies": { "dependencies": {
"ansi-styles": "^2.1.0", "ansi-styles": "^2.2.1",
"escape-string-regexp": "^1.0.2", "escape-string-regexp": "^1.0.2",
"supports-color": "^3.1.2" "supports-color": "^3.1.2"
}, },