poetic/ember-cli-github-pages

View on GitHub
index.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict';

module.exports = {
  name: require('./package').name,

  includedCommands: function() {
    return {
      'github-pages:commit': require('./lib/commands/commit')
    };
  }
};