Skip to content

Commit

Permalink
Upgrade ember-cli-babel (node v0.12 -> 4.x)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobq committed Jan 30, 2018
1 parent 30fd0bb commit bbc48c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
language: node_js
node_js:
- "0.12"
- "4"

sudo: false

Expand All @@ -11,7 +11,6 @@ cache:

before_install:
- "npm config set spin false"
- "npm install -g npm@^2"

install:
- npm install -g bower
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"ember-addon"
],
"dependencies": {
"ember-cli-babel": "^5.1.5"
"ember-cli-babel": "^6.11.0"
},
"ember-addon": {
"configPath": "tests/dummy/config"
Expand All @@ -49,4 +49,4 @@
"url": "https://github.com/rwjblue/ember-new-computed/issues"
},
"homepage": "https://github.com/rwjblue/ember-new-computed"
}
}

0 comments on commit bbc48c3

Please sign in to comment.