We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b15443 commit 6763f08Copy full SHA for 6763f08
package.json
@@ -16,7 +16,7 @@
16
"homepage": "https://github.com/univdev/vscode-react-developer-toolkit/blob/master/README.md",
17
"license": "SEE LICENSE IN LICENSE",
18
"pricing": "Free",
19
- "version": "0.0.1",
+ "version": "0.0.2",
20
"engines": {
21
"vscode": "^1.94.0"
22
},
@@ -94,7 +94,8 @@
94
"watch:tsc": "tsc --noEmit --watch --project tsconfig.json",
95
"vscode:prepublish": "npm run package",
96
"package": "npm run check-types && node esbuild.js --production",
97
- "vsce:package": "pnpm vsce package --no-dependencies"
+ "vsce:package": "pnpm vsce package --no-dependencies",
98
+ "vsce:deploy": "vsce publish --no-dependencies"
99
100
"devDependencies": {
101
"@types/node": "20.x",
0 commit comments