diff --git a/bin/cmd.js b/bin/cmd.js index f37a31bda..7a4ae49fb 100755 --- a/bin/cmd.js +++ b/bin/cmd.js @@ -1,7 +1,7 @@ #!/usr/bin/env node -if (process.version.match(/v(\d+)\./)[1] < 4) { - console.error('standard: Node v4 or greater is required. `standard` did not run.') +if (process.version.match(/v(\d+)\./)[1] < 6) { + console.error('standard: Node 6 or greater is required. `standard` did not run.') } else { var opts = require('../options') require('standard-engine').cli(opts)