Skip to content

Commit c4f765f

Browse files
committed
fix: downgrade ansi-regex to not break support for old Node.js versions
1 parent fb1f73c commit c4f765f

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
@@ -19,7 +19,7 @@
1919
"url": "git://github.com/medikoo/cli-color.git"
2020
},
2121
"dependencies": {
22-
"ansi-regex": "3",
22+
"ansi-regex": "^2.1.1",
2323
"d": "1",
2424
"es5-ext": "^0.10.46",
2525
"es6-iterator": "^2.0.3",

0 commit comments

Comments
 (0)