Skip to content

Commit

Permalink
chore: Add publisher information
Browse files Browse the repository at this point in the history
  • Loading branch information
rvost committed Sep 21, 2023
1 parent 70e5189 commit d321a84
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,22 @@
"name": "dayz-ce-schema",
"displayName": "DayZ CE Schema",
"description": "Schema validation for DayZ CE configuration files",
"publisher": "rvost",
"license": "EPL-2.0",
"version": "0.1.0",
"icon": "assets/icon.png",
"engines": {
"vscode": "^1.82.0"
},
"categories": [
"Linters",
"Other"
],
"keywords": [
"dayz",
"xml"
],
"qna": "https://github.com/rvost/dayz-ce-schema/discussions",
"activationEvents": [
"workspaceContains:cfgeconomycore.xml",
"workspaceContains:db/types.xml",
Expand Down Expand Up @@ -48,5 +55,13 @@
},
"extensionDependencies": [
"redhat.vscode-xml"
]
],
"homepage": "https://github.com/rvost/dayz-ce-schema",
"bugs": {
"url": "https://github.com/rvost/dayz-ce-schema/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/rvost/dayz-ce-schema.git"
}
}

0 comments on commit d321a84

Please sign in to comment.