Skip to content

Commit 8c13dc7

Browse files
committed
chore: add publish info to package.json
1 parent e6ed123 commit 8c13dc7

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
@@ -12,6 +12,11 @@
1212
"icon": "./resources/logo.png",
1313
"activationEvents": [],
1414
"main": "./out/extension.js",
15+
"publisher": "ash-blade",
16+
"repository": {
17+
"type": "git",
18+
"url": "https://github.com/ashenBlade/postgres-dev-helper.git"
19+
},
1520
"contributes": {
1621
"commands": [
1722
{
@@ -50,7 +55,7 @@
5055
"test": "vscode-test"
5156
},
5257
"devDependencies": {
53-
"@types/vscode": "^1.91.0",
58+
"@types/vscode": "^1.0.0",
5459
"@types/mocha": "^10.0.7",
5560
"@types/node": "20.x",
5661
"@typescript-eslint/eslint-plugin": "^7.14.1",

0 commit comments

Comments
 (0)