Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Commit

Permalink
fix(manifest): local manifest fn should return a promise
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Mar 16, 2017
1 parent b06882d commit c700622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/handlers/local/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
module.exports = manifest
function manifest () {
// The tarball handler will take care of it!
return null
return Promise.resolve(null)
}

0 comments on commit c700622

Please sign in to comment.