1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-03 21:00:04 +02:00

update dependencies

This commit is contained in:
s2
2018-10-09 09:51:34 +02:00
parent 4fcc873901
commit da4083f574
1112 changed files with 23205 additions and 21697 deletions

View File

@@ -115,7 +115,7 @@ module.exports = function getMetadataFromPackageJSON (platforms, opts, dir) {
if (props.length === 0) return Promise.resolve()
// Search package.json files to infer name and version from
return pify(getPackageInfo)(props, dir)
return getPackageInfo(props, dir)
.then(result => handleMetadata(opts, result))
.catch(err => {
if (err.missingProps) {