UNPKG

ember-cli-uni-translations

Version:
13 lines (9 loc) 196 B
/* global module, require */ 'use strict'; let commands = require('./lib/commands'); module.exports = { name: 'ember-cli-uni-translations', includedCommands() { return commands; } };