Skip to content

Commit 2e2caea

Browse files
committed
Apply feedback
1 parent 1d0bbcb commit 2e2caea

5 files changed

Lines changed: 3 additions & 4 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: node_js
33
node_js:
44
# we recommend testing addons with the same minimum supported node version as Ember CLI
55
# so that your addon works for all apps
6-
- "10"
6+
- "12"
77

88
dist: xenial
99

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The hope is that, in the future, Ember will provide a mechanism for populating `
88

99
* Ember.js v3.16 or above
1010
* Ember CLI v2.13 or above
11-
* Node.js v10 or above
11+
* Node.js v12 or above
1212

1313

1414
## Installation
File renamed without changes.

app/templates/components/head-layout.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"registry": "https://registry.npmjs.org"
8585
},
8686
"resolutions": {
87-
"fastboot": "3.1.0"
87+
"fastboot": "3.3.0"
8888
},
8989
"ember": {
9090
"edition": "octane"

0 commit comments

Comments
 (0)