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 1eed594 commit 8870164Copy full SHA for 8870164
package.json
@@ -41,14 +41,13 @@
41
"xmldom": "^0.1.19"
42
},
43
"devDependencies": {
44
- "typescript": "^1.6.2",
45
- "mocha": "*"
+ "typescript": "^1.6.2"
46
47
"scripts": {
48
"compile": "tsc -p ./src",
49
"watch": "tsc -w -p ./src",
50
"publish": "vsce publish",
51
- "vscode:prepublish": "npm run compile",
+ "vscode:prepublish": "npm install && npm run compile && npm prune --production",
52
"test": "mocha out/tests"
53
54
"contributes": {
src/tests/test.ts
0 commit comments