UNPKG

rfc-process

Version:

The default blueprint for ember-cli addons.

12 lines (8 loc) 228 B
'use strict'; module.exports = { description: 'Default blueprint for RFC Process when installed into an addon', normalizeEntityName() { // no-op }, filesToRemove: ['tests/dummy/app/templates/application.hbs'], };