Skip to content
This repository was archived by the owner on Jul 1, 2021. It is now read-only.

Commit 492cafa

Browse files
committed
minor fixes in package.json
1 parent 3854200 commit 492cafa

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log (vs-deploy)
22

3+
## 12.0.4 (December 21st, 2017; package.json)
4+
5+
* minor fixes in [package.json](https://github.com/mkloubert/vs-deploy/blob/master/package.json)
6+
37
## 12.0.3 (December 5th, 2017; bugfixes)
48

59
* bugfixes

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vs-deploy",
33
"displayName": "Deploy",
44
"description": "Commands for deploying files of your workspace to a destination.",
5-
"version": "12.0.3",
5+
"version": "12.0.4",
66
"publisher": "mkloubert",
77
"engines": {
88
"vscode": "^1.18.0"
@@ -22956,8 +22956,7 @@
2295622956
"description": "The credentials to use.",
2295722957
"properties": {
2295822958
"config": {
22959-
"description": "The configuration data for the credential provider.",
22960-
"type": "object"
22959+
"description": "The configuration data for the credential provider."
2296122960
},
2296222961
"type": {
2296322962
"description": "The credential provider to use.",

0 commit comments

Comments
 (0)