Skip to content

Commit

Permalink
Added package.json support for node 7
Browse files Browse the repository at this point in the history
  • Loading branch information
amilajack authored Oct 25, 2016
1 parent 27129fa commit 4b936ae
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",
"node": "4.x || 5.x || 6.x || 7.x",
"npm": "3.x"
}
}

0 comments on commit 4b936ae

Please sign in to comment.