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 = { module.exports = {
joinPath: joinPath, joinPath,
dirname: dirname, dirname,
filesMatchingPattern: filesMatchingPattern, filesMatchingPattern,
fileMatchesPattern: fileMatchesPattern, fileMatchesPattern,
recursiveMerge: recursiveMerge, recursiveMerge,
checkIsAvailable: checkIsAvailable, checkIsAvailable,
httpGet: httpGet, httpGet,
httpsGet: httpsGet, httpsGet,
httpGetJson: httpGetJson, httpGetJson,
httpsGetJson: httpsGetJson, httpsGetJson,
hexToNumber: hexToNumber, hexToNumber,
pingEndpoint, pingEndpoint,
decodeParams: decodeParams, decodeParams,
runCmd: runCmd, runCmd,
cd: cd, cd: cd,
sed: sed, sed: sed,
exit: exit, exit: exit,
downloadFile: downloadFile, downloadFile,
extractTar: extractTar, extractTar,
extractZip: extractZip, extractZip,
proposeAlternative: proposeAlternative, proposeAlternative,
pwd: pwd, pwd: pwd,
getExternalContractUrl, getExternalContractUrl,
toChecksumAddress: toChecksumAddress, toChecksumAddress,
sha3: sha3, sha3,
normalizeInput, normalizeInput,
buildUrl, buildUrl,
buildUrlFromConfig buildUrlFromConfig