fix StdErr

This commit is contained in:
2017-09-09 13:20:24 +02:00
parent b6589d0850
commit 9709920a72
5 changed files with 66 additions and 45 deletions

View File

@@ -26,11 +26,11 @@
"tapbundle": "^1.1.1"
},
"dependencies": {
"@types/shelljs": "^0.7.2",
"@types/shelljs": "^0.7.4",
"@types/which": "^1.0.28",
"shelljs": "^0.7.8",
"smartq": "^1.1.6",
"typings-global": "^1.0.19",
"which": "^1.2.14"
"typings-global": "^1.0.20",
"which": "^1.3.0"
}
}