mirror of
https://gitlab.com/aviortheking/code-stats-vscode.git
synced 2025-04-22 10:52:13 +00:00
Merge
This commit is contained in:
parent
d2a11145be
commit
776fde9ce0
@ -2,24 +2,17 @@
|
||||
|
||||
All notable changes to the "code-stats-vscode" extension will be documented in this file.
|
||||
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
## [1.0.12] - 2018-07-05
|
||||
|
||||
### Changed
|
||||
|
||||
Updated some outdated dependency packages.
|
||||
|
||||
>>>>>>> develop
|
||||
## [1.0.11] - 2018-07-04
|
||||
|
||||
### Changed
|
||||
|
||||
<<<<<<< HEAD
|
||||
Fixed the missing lodash.template dependency for the merged HTML profile view.
|
||||
=======
|
||||
Fixed the missing lodast.template dependency
|
||||
>>>>>>> develop
|
||||
|
||||
## [1.0.10] - 2018-07-04
|
||||
|
||||
|
@ -24,13 +24,10 @@ This extension contributes the following settings:
|
||||
|
||||
## Release Notes
|
||||
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
### 1.0.12
|
||||
|
||||
Updated some outdated dependency packages.
|
||||
|
||||
>>>>>>> develop
|
||||
### 1.0.11
|
||||
|
||||
Fixed the missing lodash.template dependency for the merged HTML profile view.
|
||||
|
@ -2,11 +2,7 @@
|
||||
"name": "code-stats-vscode",
|
||||
"displayName": "Code::Stats",
|
||||
"description": "Code::Stats package for Visual Studio Code",
|
||||
<<<<<<< HEAD
|
||||
"version": "1.0.11",
|
||||
=======
|
||||
"version": "1.0.12",
|
||||
>>>>>>> develop
|
||||
"license": "MIT",
|
||||
"publisher": "riussi",
|
||||
"contributors": [
|
||||
@ -67,13 +63,8 @@
|
||||
"vscode": "^1.1.0",
|
||||
"mocha": "^5.2.0",
|
||||
"growl": "^1.10.5",
|
||||
<<<<<<< HEAD
|
||||
"@types/node": "^6.0.40",
|
||||
"@types/mocha": "^2.2.32"
|
||||
=======
|
||||
"@types/node": "^10.5.1",
|
||||
"@types/mocha": "^5.2.4"
|
||||
>>>>>>> develop
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "0.18.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user