Skip to content

Commit

Permalink
Update to repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
worksofliam committed Mar 17, 2022
1 parent 61e6516 commit 303e49a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"author": {
"name": "Halcyon-Tech, Liam Allan"
},
"repository": {
"url": "https://github.com/halcyon-tech/vscode-db2i"
},
"activationEvents": [
"onStartupFinished"
],
Expand Down Expand Up @@ -115,7 +118,8 @@
"scripts": {
"lint": "eslint .",
"pretest": "npm run lint",
"test": "node ./test/runTest.js"
"test": "node ./test/runTest.js",
"package": "vsce package"
},
"devDependencies": {
"@types/glob": "^7.1.3",
Expand Down

0 comments on commit 303e49a

Please sign in to comment.