Skip to content

Commit

Permalink
fix(ember): Remove Node 6 from supported versions (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
offirgolan authored Jan 28, 2019
1 parent 5b07b26 commit 07b2b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@pollyjs/ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"rimraf": "^2.6.2"
},
"engines": {
"node": "6.* || 8.* || >= 10.*"
"node": "8.* || >= 10.*"
},
"ember-addon": {
"configPath": "tests/dummy/config",
Expand Down

0 comments on commit 07b2b4e

Please sign in to comment.