Skip to content

Commit 82acbcf

Browse files
Include repository.url field.
1 parent 9cf6fa0 commit 82acbcf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@
138138
"main": "extension.build.js",
139139
"name": "codeye",
140140
"publisher": "codeye",
141+
"repository": {
142+
"type": "git",
143+
"url": "git+https://github.com/codeye-ai/codeye-vscode"
144+
},
141145
"scripts": {
142146
"build": "npm run build:cli && npm run build:extension",
143147
"build:cli": "esbuild ./cli.js --bundle --outfile=cli.build.js --format=cjs --platform=node --minify",

0 commit comments

Comments
 (0)