Skip to content

Commit

Permalink
oops strip ansi was reg dep
Browse files Browse the repository at this point in the history
  • Loading branch information
F1LT3R committed Mar 22, 2018
1 parent a53c407 commit 8f038f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "chromafi",
"version": "1.6.8",
"version": "1.6.9",
"description": "馃 cli syntax highlighting: any function - any object - 176 languages",
"main": "index.js",
"scripts": {
Expand All @@ -15,13 +15,13 @@
"chalk": "^2.3.2",
"cheerio": "^1.0.0-rc.2",
"deepmerge": "^2.1.0",
"highlight.js": "^9.12.0"
"highlight.js": "^9.12.0",
"strip-ansi": "^4.0.0"
},
"devDependencies": {
"ava": "^0.25.0",
"coveralls": "^3.0.0",
"nyc": "^11.6.0",
"strip-ansi": "^4.0.0",
"xo": "^0.20.3"
},
"xo": {
Expand Down

0 comments on commit 8f038f0

Please sign in to comment.