Skip to content

Commit

Permalink
Add Node v8.x support to devEngines in package.json (facebook#10129)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndresx authored and gaearon committed Jul 9, 2017
1 parent ce7c014 commit 242929b
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 @@ -101,7 +101,7 @@
"nodegit": "^0.18.0"
},
"devEngines": {
"node": "4.x || 5.x || 6.x || 7.x",
"node": "4.x || 5.x || 6.x || 7.x || 8.x",
"npm": "2.x || 3.x || 4.x || 5.x"
},
"commonerConfig": {
Expand Down

0 comments on commit 242929b

Please sign in to comment.