Skip to content

Commit 73ba3b5

Browse files
shinnnsindresorhus
authored andcommittedJun 26, 2017
Update strip-ansi from ^3.0.0 to ^4.0.0 (#10)
Includes a breaking change chalk/strip-ansi@0978944 but doesn't affect strip-ansi, which has already dropped support for Node.js < 4.
1 parent 130d0ad commit 73ba3b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
],
4747
"dependencies": {
4848
"is-fullwidth-code-point": "^2.0.0",
49-
"strip-ansi": "^3.0.0"
49+
"strip-ansi": "^4.0.0"
5050
},
5151
"devDependencies": {
5252
"ava": "*",

0 commit comments

Comments
 (0)
Please sign in to comment.