Skip to content

Commit 158b954

Browse files
author
Václav Sobotka
committed
Added more information about package
1 parent 6f7874f commit 158b954

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
{
22
"name": "vscode-oeabl",
3-
"displayName": "OpenEdge ABL",
3+
"publisher": "zvg",
4+
"version": "0.1.1",
45
"description": "OpenEdge ABL language support for VS Code.",
6+
"displayName": "OpenEdge ABL",
7+
"author": "ZaphyrVonGenevese",
8+
"license": "LICENSE",
59
"repository": {
610
"type": "git",
711
"url": "https://github.com/ZaphyrVonGenevese/vscode-abl.git"
812
},
9-
"version": "0.1.1",
10-
"publisher": "zvg",
13+
"bugs": {
14+
"url": "https://github.com/ZaphyrVonGenevese/openedge-abl-syntax/issues"
15+
},
1116
"icon": "images/progress_icon.png",
1217
"engines": {
13-
"vscode": "^1.5.0"
18+
"vscode": "^1.3.0"
1419
},
1520
"categories": [
1621
"Languages"

0 commit comments

Comments
 (0)