Skip to content

Commit

Permalink
Merge pull request #155 from babel/node-engines
Browse files Browse the repository at this point in the history
only support supported versions of node
  • Loading branch information
Turbo87 committed Jul 3, 2017
2 parents bf126fe + 4213eac commit bcc62b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -70,7 +70,7 @@
"resolve": "^1.3.3"
},
"engines": {
"node": ">= 4"
"node": "4.x || 6.x || >= 7"
},
"ember-addon": {
"configPath": "tests/dummy/config"
Expand Down

0 comments on commit bcc62b7

Please sign in to comment.