Skip to content

Commit

Permalink
upgrade ember-cli-babel to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
nlfurniss committed Sep 24, 2020
1 parent 66bc51c commit a78cf22
Show file tree
Hide file tree
Showing 3 changed files with 1,523 additions and 178 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: node_js
node_js:
# we recommend testing addons with the same minimum supported node version as Ember CLI
# so that your addon works for all apps
- "6"
- "10"

sudo: false
dist: trusty
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test:all": "ember try:each"
},
"engines": {
"node": "6.* || 8.* || >= 10.*"
"node": "10.* || >= 12.*"
},
"keywords": [
"ember-addon"
Expand Down Expand Up @@ -66,7 +66,7 @@
"broccoli-funnel": "^2.0.1",
"broccoli-merge-trees": "^3.0.0",
"chalk": "^2.4.2",
"ember-cli-babel": "^6.6.0",
"ember-cli-babel": "^7.0.0",
"fake-xml-http-request": "^2.0.0",
"pretender": "^3.0.1",
"route-recognizer": "^0.3.3",
Expand Down
Loading

0 comments on commit a78cf22

Please sign in to comment.