v1.0.1
This commit is contained in:
16
package.json
16
package.json
@@ -2,7 +2,7 @@
|
||||
"name": "hpl-toolbox",
|
||||
"displayName": "HPL Toolbox",
|
||||
"description": "Bundled tools: PLEC Upload, AppLovin Playable Preview, Base64 Scanner, MRAID Checker. Local HTML Host.",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"publisher": "hesukastro",
|
||||
"license": "UNLICENSED",
|
||||
"repository": {
|
||||
@@ -103,6 +103,16 @@
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "Skip the pre-check that verifies the filename does not already exist on the preview server."
|
||||
},
|
||||
"hplToolbox.plec.wpUsername": {
|
||||
"type": "string",
|
||||
"default": "pm",
|
||||
"description": "WordPress username for the backup PLEC server (20.255.60.183)."
|
||||
},
|
||||
"hplToolbox.plec.wpPassword": {
|
||||
"type": "string",
|
||||
"default": "nRLz#LV@y#)q@CW@z8fGEPyI",
|
||||
"description": "WordPress password for the backup PLEC server (20.255.60.183)."
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -167,7 +177,9 @@
|
||||
"scripts": {
|
||||
"compile": "tsc -p ./",
|
||||
"watch": "tsc -watch -p ./",
|
||||
"vscode:prepublish": "npm run compile"
|
||||
"vscode:prepublish": "npm run compile",
|
||||
"build": "pwsh -File scripts/build.ps1",
|
||||
"run-standalone": "pwsh -File scripts/run-standalone.ps1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.0.0",
|
||||
|
||||
Reference in New Issue
Block a user