Commit 348a3b18 by xzyfer

Update module version for Node 8

parent ae4f935f
...@@ -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 54: return 'Node.js 8.x'; case 55: 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