mirror of https://github.com/embarklabs/embark.git
simplify utils exports
This commit is contained in:
parent
c5b10cce17
commit
98e61a5cb0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue