json.js 436 B

12345678
  1. "use strict";
  2. var _JSONStorage = _interopRequireDefault(require("./JSONStorage"));
  3. function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
  4. module.exports = _JSONStorage.default;
  5. console.warn('Deprecated: JSONStorage\'s filename has changed!', 'Use \'umzug/lib/storages/JSONStorage\' instead of \'umzug/lib/storages/json\'', 'For more information: https://github.com/sequelize/umzug/pull/139');