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 539cfd9 commit 6f7bd05Copy full SHA for 6f7bd05
package.json
@@ -2,6 +2,7 @@
2
"name": "CodeReDesign",
3
"displayName": "CodeReDesign",
4
"description": "A VSCode extension for code refactoring and redesign.",
5
+ "publisher": "shellingye",
6
"version": "0.0.1",
7
"engines": {
8
"vscode": "^1.96.0"
@@ -82,6 +83,7 @@
82
83
"@vscode/test-cli": "^0.0.10",
84
"@vscode/test-electron": "^2.4.1",
85
"eslint": "^9.16.0",
86
+ "standard-version": "^9.5.0",
87
"ts-loader": "^9.5.1",
88
"typescript": "^5.7.2",
89
"webpack": "^5.95.0",
0 commit comments