Skip to content

Commit d51e897

Browse files
committed
Correct runner and ts vscode dep
1 parent 4432dc9 commit d51e897

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@
368368
"tslint-fix": "tslint --fix -p tsconfig.json -c tslint.json --format stylish 'src/**/*.ts'",
369369
"push-tag": "git tag -a $npm_package_version -m \"Version $npm_package_version\" && git push origin $npm_package_version",
370370
"pretest": "tsc -p ./",
371-
"test": "node ./out/test/runTest.js"
371+
"test": "node ./out/src/test/runTest.js"
372372
},
373373
"husky": {
374374
"hooks": {
@@ -384,7 +384,7 @@
384384
"@types/mocha": "^5.2.6",
385385
"@types/node": "^14.0.3",
386386
"@types/request-promise-native": "^1.0.17",
387-
"@types/vscode": "^1.39.0",
387+
"@types/vscode": "^1.60.0",
388388
"@types/yauzl": "^2.9.1",
389389
"@vscode/test-electron": "^1.6.1",
390390
"glob": "^7.1.4",

0 commit comments

Comments
 (0)