UNPKG
@busy-web/deploy
Version:
latest (1.4.5)
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.0
1.2.0
1.1.4
1.1.3
1.1.0
busy-web ember-cli-deploy addon.
github.com/busy-web/deploy
busy-web/deploy
@busy-web/deploy
/
blueprints
/
busy-deploy-config
/
index.js
12 lines
(9 loc)
•
242 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
'use strict'
;
module
.
exports
= {
description
:
"Generate config for @busy-web/deploy pack"
,
normalizeEntityName
(
) {
// this prevents an error when the entityName is
// not specified (since that doesn't actually matter
// to us
} };