Pathologic was missing because of a .git folder inside.
[yaffs-website] / node_modules / pinkie-promise / index.js
1 'use strict';
2
3 module.exports = typeof Promise === 'function' ? Promise : require('pinkie');