Skip to content

Commit

Permalink
fix: downgrade wrap-ansi version as we support node6
Browse files Browse the repository at this point in the history
  • Loading branch information
lwywoo committed Aug 15, 2019
1 parent fb82ebb commit a0c20d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -55,7 +55,7 @@
"@types/agent-base": "^4.2.0",
"abbrev": "^1.1.1",
"ansi-escapes": "3.2.0",
"wrap-ansi": "6.0.0",
"wrap-ansi": "^5.1.0",
"chalk": "^2.4.2",
"configstore": "^3.1.2",
"debug": "^3.1.0",
Expand Down

0 comments on commit a0c20d0

Please sign in to comment.