Skip to content
This repository was archived by the owner on Jun 16, 2021. It is now read-only.

Commit db1687d

Browse files
committed
Lock vscode types version to oldest supported
Also run tests as part of prepublish check
1 parent 9c02b6d commit db1687d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
],
2929
"main": "./out/extension.js",
3030
"scripts": {
31-
"vscode:prepublish": "npm run lint & npm run compile",
31+
"vscode:prepublish": "npm run lint & npm run test",
3232
"compile": "tsc -p ./",
3333
"watch": "tsc -watch -p ./",
3434
"test": "npm run compile && npm run testWithoutCompile",
@@ -43,7 +43,7 @@
4343
"@types/glob": "^7.1.1",
4444
"@types/mocha": "^5.2.7",
4545
"@types/node": "^12.12.8",
46-
"@types/vscode": "^1.40.0",
46+
"@types/vscode": "=1.36.0",
4747
"@typescript-eslint/eslint-plugin": "^2.7.0",
4848
"@typescript-eslint/parser": "^2.8.0",
4949
"eslint": "^6.6.0",

0 commit comments

Comments
 (0)