We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e6516 commit 303e49aCopy full SHA for 303e49a
package.json
@@ -13,6 +13,9 @@
13
"author": {
14
"name": "Halcyon-Tech, Liam Allan"
15
},
16
+ "repository": {
17
+ "url": "https://github.com/halcyon-tech/vscode-db2i"
18
+ },
19
"activationEvents": [
20
"onStartupFinished"
21
],
@@ -115,7 +118,8 @@
115
118
"scripts": {
116
119
"lint": "eslint .",
117
120
"pretest": "npm run lint",
- "test": "node ./test/runTest.js"
121
+ "test": "node ./test/runTest.js",
122
+ "package": "vsce package"
123
124
"devDependencies": {
125
"@types/glob": "^7.1.3",
0 commit comments