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

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mkloubert committed Dec 27, 2017
1 parent cd72c29 commit ac139df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-deploy-reloaded",
"displayName": "Deploy (Reloaded)",
"description": "Deploys files of a workspace to a destination.",
"version": "0.1.1",
"version": "0.1.2",
"publisher": "mkloubert",
"engines": {
"vscode": "^1.19.0"
Expand Down
3 changes: 1 addition & 2 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -679,8 +679,7 @@ async function activateExtension(context: vscode.ExtensionContext) {
outputChannel.appendLine('');
outputChannel.appendLine(`GitHub : https://github.com/mkloubert/vscode-deploy-reloaded`);
outputChannel.appendLine(`Twitter: https://twitter.com/mjkloubert`);
outputChannel.appendLine(`Donate : [PayPal] https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RB3WUETWG4QU2`);
outputChannel.appendLine(` [Flattr] https://flattr.com/submit/auto?fid=o62pkd&url=https%3A%2F%2Fgithub.com%2Fmkloubert%2Fvs-deploy`);
outputChannel.appendLine(`Donate : [PayPal] https://paypal.me/MarcelKloubert`);
});

// commands
Expand Down

0 comments on commit ac139df

Please sign in to comment.