UNPKG

125 BJavaScriptView Raw
1'use strict';
2
3module.exports = {
4 name: 'ember-try',
5
6 includedCommands() {
7 return require('./lib/commands');
8 },
9};