Skip to content

Commit b08319e

Browse files
authored
Merge pull request #304 from ember-learn/update-ember-cli
update ember-cli to fix babel transpilation bug
2 parents 0d7506a + fcf8380 commit b08319e

File tree

4 files changed

+1745
-435
lines changed

4 files changed

+1745
-435
lines changed

.node-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
10

.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-
- "8"
6+
- "10"
77

88
sudo: false
99
dist: trusty

0 commit comments

Comments
 (0)