UNPKG

hexo-theme-amazing

Version:

A simple, delicate, and modern theme for Hexo

12 lines (9 loc) 235 B
const Migration = require('hexo-component-inferno/lib/core/migrate').Migration; module.exports = class extends Migration { constructor() { super('5.0.0', null); } upgrade(config) { return config; } };