Skip to content

Commit eba2343

Browse files
committed
fix: remove invalid 'web' value from extensionKind to unblock vsce publish
1 parent 1ec41d6 commit eba2343

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@
5454
"anthropic"
5555
],
5656
"extensionKind": [
57-
"workspace",
58-
"web"
57+
"workspace"
5958
],
6059
"main": "./dist/extension.js",
6160
"browser": "./dist/web/extension.js",

0 commit comments

Comments
 (0)