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 f38c153 commit 1e8b2bbCopy full SHA for 1e8b2bb
package.json
@@ -2,7 +2,7 @@
2
"name": "string-manipulation",
3
"displayName": "String Manipulation",
4
"description": "Format strings to camelize, dasherize, etc.",
5
- "version": "0.5.7",
+ "version": "0.5.8",
6
"publisher": "marclipovsky",
7
"repository": "https://github.com/marclipovsky/vscode-string-manipulation",
8
"engines": {
@@ -332,7 +332,8 @@
332
},
333
"scripts": {
334
"test": "node ./test/runTest.js",
335
- "build": "(rm -rf out || true) && mkdir out && cp package.json out && vsce package"
+ "build": "(rm -rf out || true) && mkdir out && cp package.json out && vsce package",
336
+ "vsce": "vsce"
337
338
"devDependencies": {
339
"@types/glob": "^7.1.3",
0 commit comments