Fixed incorrect program casing. (#87)
This commit is contained in:
Родитель
a9ff7f0abe
Коммит
355c9d3c73
|
@ -5,7 +5,7 @@
|
|||
"type": "node",
|
||||
"request": "launch",
|
||||
"name": "Launch process migrate",
|
||||
"program": "${workspaceFolder}/build/nodejs/nodejs/main.js",
|
||||
"program": "${workspaceFolder}/build/nodejs/nodejs/Main.js",
|
||||
"sourceMaps": true,
|
||||
"args": [
|
||||
]
|
||||
|
|
|
@ -23,7 +23,7 @@ To run this tool you must have both NodeJS and NPM installed. They are available
|
|||
|
||||
- From the root of source, run `npm install`
|
||||
- Build by `npm run build`
|
||||
- Execute through `node build\nodejs\nodejs\main.js <args>`
|
||||
- Execute through `node build\nodejs\nodejs\Main.js <args>`
|
||||
|
||||
## Documentation
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"vss-web-extension-sdk": "5.141.0"
|
||||
},
|
||||
"bin": {
|
||||
"process-migrator": "build/nodejs/nodejs/main.js"
|
||||
"process-migrator": "build/nodejs/nodejs/Main.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/minimist": "^1.2.2",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"description": "Proces import/export Node.js application",
|
||||
"main": "",
|
||||
"bin": {
|
||||
"process-migrator": "build/nodejs/nodejs/main.js"
|
||||
"process-migrator": "build/nodejs/nodejs/Main.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.11.2"
|
||||
|
|
Загрузка…
Ссылка в новой задаче