UNPKG

ghost

Version:

The professional publishing platform

11 lines (8 loc) 221 B
const Promise = require('bluebird'); // @NOTE: the logic of this migration script was removed. module.exports.up = () => { return Promise.resolve(); }; module.exports.down = () => { return Promise.resolve(); };