Skip to content

Commit f0e12a1

Browse files
committed
For publish settings
1 parent 99daa2c commit f0e12a1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,25 @@
22
"name": "workflow-script-highlighter",
33
"displayName": "Workflow Script Highlighter",
44
"description": "Syntax highlighting for GitHub Actions workflow @actions/github-script's script section.",
5+
"publisher": "yamachu",
56
"author": {
67
"name": "yamachu",
78
"url": "https://github.com/yamachu"
89
},
10+
"license": "MIT",
911
"repository": {
1012
"type": "git",
1113
"url": "https://github.com/yamachu/workflow-script-highlighter"
1214
},
15+
"bugs": {
16+
"url": "https://github.com/yamachu/workflow-script-highlighter/issues"
17+
},
1318
"version": "0.0.1",
1419
"engines": {
1520
"vscode": "^1.95.0"
1621
},
1722
"categories": [
18-
"Other"
23+
"Programming Languages"
1924
],
2025
"activationEvents": [
2126
"onLanguage:github-actions-workflow"

0 commit comments

Comments
 (0)