Remove unnecessary bluebird dependency

This commit is contained in:
Jonathan Cremin 2018-04-13 18:36:58 +01:00
parent b87476abc9
commit 42b6cd5a32
9 changed files with 10437 additions and 231 deletions

View file

@ -75,6 +75,6 @@ module.exports = {
});
return `${JSON.stringify(manifest, null, 2)}\n`;
},
}),
})
],
};