refactor and extract the RegExp escaping

This commit is contained in:
Sindre Sorhus 2014-06-24 17:13:41 +02:00
parent 1956792293
commit 763b167349
3 changed files with 9 additions and 19 deletions

View file

@ -41,6 +41,7 @@
],
"dependencies": {
"ansi-styles": "^1.1.0",
"escape-string-regexp": "^1.0.0",
"strip-ansi": "^0.2.0",
"supports-color": "^0.2.0"
},