Skip to content

Commit 3b2de4c

Browse files
committed
chore: release v0.1.3
1 parent b45ce9c commit 3b2de4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"publisher": "zhangmo8",
33
"name": "git-panel",
44
"displayName": "Git Panel",
5-
"version": "0.1.2",
6-
"private": true,
5+
"version": "0.1.3",
76
"packageManager": "[email protected]",
87
"description": "",
98
"author": "zhangmo8 <[email protected]>",
@@ -134,7 +133,7 @@
134133
"update": "vscode-ext-gen --output src/generated/meta.ts",
135134
"lint": "eslint .",
136135
"vscode:prepublish": "nr build",
137-
"publish": "vsce publish",
136+
"publish": "vsce publish & ovsx publish",
138137
"pack": "vsce package",
139138
"test": "vitest",
140139
"typecheck": "tsc --noEmit",
@@ -158,6 +157,7 @@
158157
"dayjs": "^1.11.13",
159158
"eslint": "^9.9.0",
160159
"esno": "^4.7.0",
160+
"ovsx": "^0.10.1",
161161
"pnpm": "^9.7.1",
162162
"reactive-vscode": "^0.2.0",
163163
"tsup": "^8.2.4",

0 commit comments

Comments
 (0)