Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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;