UNPKG
rfc-process
Version:
latest (1.0.0)
1.0.0
0.4.1
0.4.0
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
The default blueprint for ember-cli addons.
github.com/empress/rfc-process
empress/rfc-process
rfc-process
/
blueprints
/
rfc-process-addon
/
index.js
12 lines
(8 loc)
•
228 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
'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'
], };