Skip to content

Commit 018e4d5

Browse files
committed
new version
1 parent 04157d8 commit 018e4d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
136136
"format:check": "prettier --check \"src/**/*.ts\" \"test/**/*.ts\"",
137137
"verify": "npm run lint && npm run lint:md && npm run format:check && npm test -- --forbid-only",
138-
"package:vsix": "@vscode/vsce package --out vscode-proto3-${npm_package_version}.vsix"
138+
"package:vsix": "vsce package --out vscode-proto3-${npm_package_version}.vsix"
139139
},
140140
"devDependencies": {
141141
"@vscode/vsce": "^2.32.0",

0 commit comments

Comments
 (0)