Merge 515f97c3e1 into 2b872f2145
This commit is contained in:
commit
e299c04225
1 changed files with 8 additions and 8 deletions
16
package.json
16
package.json
|
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue