Skip to content

Commit

Permalink
Update package.json and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Codeneos committed Oct 24, 2018
1 parent d7c0b9b commit a7c26d8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="images/logo1.png" height="160px">
<img src="https://raw.githubusercontent.com/Codeneos/vlocode/master/images/logo1.png" height="160px">

# VloCode for Visual Studio Code

Expand Down
19 changes: 15 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,25 @@
"name": "vlocode",
"displayName": "VloCode",
"description": "Vlocity datapack plugin",
"version": "0.0.1",
"version": "0.2.0",
"license": "MIT",
"author": {
"name": "Peter van Gulik",
"email": "peter@curlybracket.nl"
},
"publisher": "peter0136",
"engines": {
"vscode": "^1.25.0"
"vscode": "^1.26.0"
},
"homepage": "https://github.com/Codeneos/vlocode#readme",
"categories": [
"Other"
],
],
"repository": "github:codeneos/vlocode",
"bugs":{
"url" : "https://github.com/Codeneos/vlocode/issues",
"email" : "peter@curlybracket.nl"
},
"activationEvents": [
"onCommand:extension.sayHello",
"workspaceContains:*_datapack.json",
Expand Down Expand Up @@ -47,7 +58,7 @@
},
"configuration": {
"type": "object",
"title": "Vlocity configuration",
"title": "Vlocity",
"properties": {
"vlocity.verbose": {
"type": "boolean",
Expand Down

0 comments on commit a7c26d8

Please sign in to comment.