simplify utils exports

This commit is contained in:
Iuri Matias 2018-07-06 18:06:55 +03:00
parent c5b10cce17
commit 98e61a5cb0
1 changed files with 19 additions and 19 deletions

View File

@ -311,31 +311,31 @@ function buildUrlFromConfig (configObj){
}
module.exports = {
joinPath: joinPath,
dirname: dirname,
filesMatchingPattern: filesMatchingPattern,
fileMatchesPattern: fileMatchesPattern,
recursiveMerge: recursiveMerge,
checkIsAvailable: checkIsAvailable,
httpGet: httpGet,
httpsGet: httpsGet,
httpGetJson: httpGetJson,
httpsGetJson: httpsGetJson,
hexToNumber: hexToNumber,
joinPath,
dirname,
filesMatchingPattern,
fileMatchesPattern,
recursiveMerge,
checkIsAvailable,
httpGet,
httpsGet,
httpGetJson,
httpsGetJson,
hexToNumber,
pingEndpoint,
decodeParams: decodeParams,
runCmd: runCmd,
decodeParams,
runCmd,
cd: cd,
sed: sed,
exit: exit,
downloadFile: downloadFile,
extractTar: extractTar,
extractZip: extractZip,
proposeAlternative: proposeAlternative,
downloadFile,
extractTar,
extractZip,
proposeAlternative,
pwd: pwd,
getExternalContractUrl,
toChecksumAddress: toChecksumAddress,
sha3: sha3,
toChecksumAddress,
sha3,
normalizeInput,
buildUrl,
buildUrlFromConfig