Skip to content

Commit

Permalink
deps: manually add 9.x support to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
MylesBorins committed Oct 27, 2017
1 parent 725bb27 commit 4b0e431
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deps/npm/lib/utils/unsupported.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ var supportedNode = [
{ver: '4', min: '4.7.0'},
{ver: '6', min: '6.0.0'},
{ver: '7', min: '7.0.0'},
{ver: '8', min: '8.0.0'}
{ver: '8', min: '8.0.0'},
{ver: '9', min: '9.0.0'}
]
var knownBroken = '<4.7.0'

Expand Down

0 comments on commit 4b0e431

Please sign in to comment.