UNPKG

ember-pagefront

Version:

The default blueprint for ember-cli addons.

13 lines (9 loc) 190 B
/* jshint node: true */ 'use strict'; var commands = require('./lib/commands'); module.exports = { name: 'ember-pagefront', includedCommands: function() { return commands; } };