Skip to content

Commit 00cb70b

Browse files
committed
- Fixed import of commander
1 parent 6602238 commit 00cb70b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'use strict';
44

55
const path = require('path');
6-
const program = require('commander');
6+
const { program } = require('commander');
77
const pkg = require('../package.json');
88

99
const params = program

0 commit comments

Comments
 (0)