diff --git a/bin/index.js b/bin/index.js index a65eb7ef..35c1c803 100755 --- a/bin/index.js +++ b/bin/index.js @@ -3,7 +3,7 @@ 'use strict'; const path = require('path'); -const program = require('commander'); +const { program } = require('commander'); const pkg = require('../package.json'); const params = program