This commit is contained in:
Eugene Pankov
2020-12-06 17:27:45 +01:00
parent ac85a1d7d3
commit 7977c1d644
5 changed files with 17 additions and 9 deletions

View File

@@ -10,7 +10,9 @@
"scripts": {
"build": "webpack --progress --color",
"watch": "webpack --progress --color --watch",
"postinstall:win32": "xcopy /i node_modules\\ssh2\\util\\pagent.exe util\\"
"postinstall": "run-script-os",
"postinstall:win32": "xcopy /i node_modules\\ssh2\\util\\pagent.exe util\\",
"postinstall:darwin:linux": "exit"
},
"files": [
"dist",
@@ -23,6 +25,7 @@
"@types/ssh2": "^0.5.35",
"ansi-colors": "^4.1.1",
"cli-spinner": "^0.2.10",
"run-script-os": "^1.1.3",
"ssh2": "^0.8.2",
"ssh2-streams": "Eugeny/ssh2-streams#75f6d3425d071ac73a18fd46e2f5e738bfe897c5",
"sshpk": "^1.16.1",