Skip to content

Commit 1085900

Browse files
authored
Merge pull request #9 from ember-learn/update
update rfc-process dependencies
2 parents c7824b4 + 18c39db commit 1085900

File tree

5 files changed

+14888
-12449
lines changed

5 files changed

+14888
-12449
lines changed

app/index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<title>RfcsApp</title>
7-
<meta name="description" content="">
86
<meta name="viewport" content="width=device-width, initial-scale=1">
97

108
{{content-for "head"}}

config/environment.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module.exports = function (environment) {
66
environment,
77
rootURL: '/',
88
locationType: 'auto',
9+
910
EmberENV: {
1011
FEATURES: {
1112
// Here you can enable experimental features on an ember canary build
@@ -25,6 +26,12 @@ module.exports = function (environment) {
2526
showdown: {
2627
ghCompatibleHeaderId: true,
2728
},
29+
30+
rfcs: {
31+
title: 'Ember.js RFCs',
32+
description:
33+
'Ember.js helps developers be more productive out of the box. Designed with developer ergonomics in mind, its friendly APIs help you get your job done—fast.',
34+
},
2835
};
2936

3037
if (environment === 'development') {

config/targets.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ const browsers = [
88

99
module.exports = {
1010
browsers,
11+
node: 'current',
1112
};

0 commit comments

Comments
 (0)