Commit 6eb31f5a by Michael Mifsud Committed by GitHub

Merge pull request #1934 from mscdex/patch-1

Update module version for node v8.x
parents f2b410b7 29941a13
...@@ -69,7 +69,7 @@ function getHumanNodeVersion(abi) { ...@@ -69,7 +69,7 @@ function getHumanNodeVersion(abi) {
case 47: return 'Node.js 5.x'; case 47: return 'Node.js 5.x';
case 48: return 'Node.js 6.x'; case 48: return 'Node.js 6.x';
case 51: return 'Node.js 7.x'; case 51: return 'Node.js 7.x';
case 53: return 'Node.js 8.x'; case 54: return 'Node.js 8.x';
default: return false; default: return false;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment