Browse Source

Updates dependencies

main
Eric Amodio 7 years ago
parent
commit
4400ab1da9
2 changed files with 1654 additions and 11 deletions
  1. +1643
    -0
      package-lock.json
  2. +11
    -11
      package.json

+ 1643
- 0
package-lock.json
File diff suppressed because it is too large
View File


+ 11
- 11
package.json View File

@ -292,13 +292,13 @@
"description": "Specifies whether blame information is shown in the status bar"
},
"gitlens.statusBar.alignment": {
"type": "string",
"default": "right",
"enum": [
"left",
"right"
],
"description": "Specifies the blame alignment in the status bar. `left` - align to the left, `right` - align to the right"
"type": "string",
"default": "right",
"enum": [
"left",
"right"
],
"description": "Specifies the blame alignment in the status bar. `left` - align to the left, `right` - align to the right"
},
"gitlens.statusBar.command": {
"type": "string",
@ -918,11 +918,11 @@
"@types/copy-paste": "1.1.30",
"@types/iconv-lite": "0.0.1",
"@types/mocha": "2.2.41",
"@types/node": "7.0.22",
"@types/node": "7.0.27",
"@types/tmp": "0.0.33",
"mocha": "3.4.2",
"tslint": "5.3.2",
"typescript": "2.3.3",
"tslint": "5.4.2",
"typescript": "2.3.4",
"vscode": "1.1.0"
}
}
}

Loading…
Cancel
Save