Skip to content

Commit e70ee9d

Browse files
committed
feat(package): add publisher and repository information
- Add publisher field to package.json - Include repository type and URL - Add issues URL for bug reporting
1 parent b2eb7de commit e70ee9d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "vscode-extension-rspack",
3+
"publisher": "jackiotyu",
34
"displayName": "vscode-extension-rspack",
45
"description": "",
56
"version": "0.0.1",
@@ -9,6 +10,13 @@
910
"categories": [
1011
"Other"
1112
],
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/jackiotyu/vscode-extension-rspack.git"
16+
},
17+
"bugs": {
18+
"url": "https://github.com/jackiotyu/vscode-extension-rspack/issues"
19+
},
1220
"activationEvents": [],
1321
"main": "./dist/extension.js",
1422
"contributes": {

0 commit comments

Comments
 (0)