"Bug fix" release

This commit is contained in:
Kayla Washburn 2018-03-02 10:08:09 -07:00 committed by GitHub
parent 5e391aa50d
commit d6be0c8f84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
{ {
"name": "chalk", "name": "chalk",
"version": "2.3.1", "version": "2.3.2",
"description": "Terminal string styling done right", "description": "Terminal string styling done right",
"license": "MIT", "license": "MIT",
"repository": "chalk/chalk", "repository": "chalk/chalk",
@ -41,7 +41,7 @@
"text" "text"
], ],
"dependencies": { "dependencies": {
"ansi-styles": "^3.2.0", "ansi-styles": "^3.2.1",
"escape-string-regexp": "^1.0.5", "escape-string-regexp": "^1.0.5",
"supports-color": "^5.2.0" "supports-color": "^5.2.0"
}, },