bump strip-ansi
This commit is contained in:
parent
d992309621
commit
af4983c011
6 changed files with 10 additions and 1622 deletions
10
package.json
10
package.json
|
|
@ -10,7 +10,7 @@
|
|||
"url": "http://sindresorhus.com"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.8.0"
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
|
|
@ -40,11 +40,11 @@
|
|||
"text"
|
||||
],
|
||||
"dependencies": {
|
||||
"has-color": "~0.1.0",
|
||||
"ansi-styles": "~1.0.0",
|
||||
"strip-ansi": "~0.1.0"
|
||||
"ansi-styles": "^1.0.0",
|
||||
"has-color": "^0.1.0",
|
||||
"strip-ansi": "^0.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "~1.x"
|
||||
"mocha": "*"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue