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 1e1d8d7 commit ea7d4b9Copy full SHA for ea7d4b9
1 file changed
package.json
@@ -4,7 +4,7 @@
4
"description": "GitHub action to publish your VS Code Extension to the Open VSX Registry.",
5
"main": "dist/index.js",
6
"scripts": {
7
- "test": "nyc mocha 'out/test/**/*.test.js'",
+ "test": "nyc mocha \"out/test/**/*.test.js\"",
8
"coverage": "nyc report --reporter=lcov",
9
"build": "npm run build:ncc && npm run build:test",
10
"build:ncc": "ncc build src/index.ts --source-map --no-source-map-register",
@@ -34,8 +34,8 @@
34
},
35
"homepage": "https://github.com/HaaLeo/publish-vscode-extension#readme",
36
"dependencies": {
37
- "@actions/core": "^1.10.0",
38
- "@vscode/vsce": "^2.22.0",
+ "@actions/core": "^1.11.1",
+ "@vscode/vsce": "^2.32.0",
39
"ovsx": "0.9.0"
40
41
"devDependencies": {
0 commit comments