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

Commit

Permalink
minor fixes in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mkloubert committed Dec 21, 2017
1 parent 3854200 commit 492cafa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log (vs-deploy)

## 12.0.4 (December 21st, 2017; package.json)

* minor fixes in [package.json](https://github.com/mkloubert/vs-deploy/blob/master/package.json)

## 12.0.3 (December 5th, 2017; bugfixes)

* bugfixes
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vs-deploy",
"displayName": "Deploy",
"description": "Commands for deploying files of your workspace to a destination.",
"version": "12.0.3",
"version": "12.0.4",
"publisher": "mkloubert",
"engines": {
"vscode": "^1.18.0"
Expand Down Expand Up @@ -22956,8 +22956,7 @@
"description": "The credentials to use.",
"properties": {
"config": {
"description": "The configuration data for the credential provider.",
"type": "object"
"description": "The configuration data for the credential provider."
},
"type": {
"description": "The credential provider to use.",
Expand Down

0 comments on commit 492cafa

Please sign in to comment.