diff --git a/src/index.ts b/src/index.ts index f4b767a..354c1d7 100644 --- a/src/index.ts +++ b/src/index.ts @@ -12,4 +12,4 @@ module.exports = { } // Require node 11 -if(parseInt(process.versions.node.split('.')[0]) < 11) throw new Error('Node 11 or higher is required') \ No newline at end of file +if(parseInt(process.versions.node.split('.')[0]) < 10) throw new Error('Node 10 or higher is required') \ No newline at end of file