Fixes #107 - Double-byte characters break blame layout

This commit is contained in:
Eric Amodio
2017-07-27 00:56:33 -04:00
parent 68a42fd0c7
commit 9d9c3181f7
4 changed files with 56 additions and 17 deletions

View File

@@ -1546,13 +1546,14 @@
"lodash.once": "4.1.1",
"moment": "2.18.1",
"spawn-rx": "2.0.11",
"string-width": "2.1.1",
"tmp": "0.0.31"
},
"devDependencies": {
"@types/copy-paste": "1.1.30",
"@types/iconv-lite": "0.0.1",
"@types/mocha": "2.2.41",
"@types/node": "8.0.14",
"@types/node": "8.0.17",
"@types/tmp": "0.0.33",
"mocha": "3.4.2",
"tslint": "5.5.0",