mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-19 09:45:36 -05:00
Fixes another off-by-one issue when diffing with caching
Refactored commands and blame annotations
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gitlens",
|
||||
"version": "0.5.4",
|
||||
"version": "0.5.5",
|
||||
"author": {
|
||||
"name": "Eric Amodio",
|
||||
"email": "eamodio@gmail.com"
|
||||
@@ -217,13 +217,13 @@
|
||||
"lodash.debounce": "^4.0.8",
|
||||
"lodash.escaperegexp": "^4.1.2",
|
||||
"lodash.isequal": "^4.4.0",
|
||||
"lodash": "^4.16.0",
|
||||
"moment": "^2.15.0",
|
||||
"lodash": "^4.16.1",
|
||||
"moment": "^2.15.1",
|
||||
"spawn-rx": "^2.0.1",
|
||||
"tmp": "^0.0.29"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^2.0.2",
|
||||
"typescript": "^2.0.3",
|
||||
"vscode": "^0.11.17"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user