Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

7 lines
167B

  1. 'use strict';
  2. const cliBoxes = require('./boxes.json');
  3. module.exports = cliBoxes;
  4. // TODO: Remove this for the next major release
  5. module.exports.default = cliBoxes;