Skip to content

Commit 303e49a

Browse files
committed
Update to repo url
1 parent 61e6516 commit 303e49a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"author": {
1414
"name": "Halcyon-Tech, Liam Allan"
1515
},
16+
"repository": {
17+
"url": "https://github.com/halcyon-tech/vscode-db2i"
18+
},
1619
"activationEvents": [
1720
"onStartupFinished"
1821
],
@@ -115,7 +118,8 @@
115118
"scripts": {
116119
"lint": "eslint .",
117120
"pretest": "npm run lint",
118-
"test": "node ./test/runTest.js"
121+
"test": "node ./test/runTest.js",
122+
"package": "vsce package"
119123
},
120124
"devDependencies": {
121125
"@types/glob": "^7.1.3",

0 commit comments

Comments
 (0)