From 00cb70bdda17c7be2322551f5fd9b028438b49d0 Mon Sep 17 00:00:00 2001 From: Ferdi Koomen Date: Thu, 6 Jan 2022 22:37:12 +0100 Subject: [PATCH] - Fixed import of commander --- bin/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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