Skip to content

Commit 1e8b2bb

Browse files
Add npm run script for vsce and update version
1 parent f38c153 commit 1e8b2bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "string-manipulation",
33
"displayName": "String Manipulation",
44
"description": "Format strings to camelize, dasherize, etc.",
5-
"version": "0.5.7",
5+
"version": "0.5.8",
66
"publisher": "marclipovsky",
77
"repository": "https://github.com/marclipovsky/vscode-string-manipulation",
88
"engines": {
@@ -332,7 +332,8 @@
332332
},
333333
"scripts": {
334334
"test": "node ./test/runTest.js",
335-
"build": "(rm -rf out || true) && mkdir out && cp package.json out && vsce package"
335+
"build": "(rm -rf out || true) && mkdir out && cp package.json out && vsce package",
336+
"vsce": "vsce"
336337
},
337338
"devDependencies": {
338339
"@types/glob": "^7.1.3",

0 commit comments

Comments
 (0)