Skip to content

Commit 0257c1e

Browse files
authored
Merge pull request #87 from ember-cli-deploy/bump-ember-cli
bump ember-cli to latest 2.x, this allows use with node 8
2 parents 6b68ba2 + ceca4e3 commit 0257c1e

File tree

3 files changed

+3587
-1500
lines changed

3 files changed

+3587
-1500
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
language: node_js
22
node_js:
3-
- '4'
4-
- '6'
5-
- '8'
63
- '10'
4+
- '12'
75
sudo: false
86
cache:
97
yarn: true

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
},
1212
"repository": "https://github.com/ember-cli-deploy/ember-cli-deploy-redis",
1313
"engines": {
14-
"node": ">= 0.10.0"
14+
"node": ">= 10"
1515
},
1616
"author": "Aaron Chambers and the ember-cli-deploy team",
1717
"license": "MIT",
1818
"devDependencies": {
1919
"chai": "^3.5.0",
2020
"chai-as-promised": "^6.0.0",
21-
"ember-cli": "^2.12.0",
21+
"ember-cli": "^3.18.0",
2222
"ember-cli-release": "1.0.0-beta.2",
2323
"eslint": "^3.18.0",
2424
"github": "^6.1.0",

0 commit comments

Comments
 (0)