UNPKG
ember-cli-shims
Version:
beta (1.2.0-beta.2)
latest (1.2.0)
1.2.0
1.2.0-beta.2
1.2.0-beta.1
1.1.0
1.0.2
1.0.1
1.0.0
The default blueprint for ember-cli addons.
ember-cli-shims
/
config
/
environment.js
7 lines
(5 loc)
•
112 B
JavaScript
View Raw
1
2
3
4
5
6
7
/* eslint-env node */
'use strict'
;
module
.
exports
=
function
(
/* environment, appConfig */
) {
return
{ }; };