Skip to content

Commit

Permalink
Allow all node versions >= 4
Browse files Browse the repository at this point in the history
  • Loading branch information
amilajack authored Oct 25, 2016
1 parent 4b936ae commit edcccdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"source-map-support": "^0.4.5"
},
"devEngines": {
"node": "4.x || 5.x || 6.x || 7.x",
"node": ">=4.x",
"npm": "3.x"
}
}

0 comments on commit edcccdc

Please sign in to comment.