Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Apr 5, 2024
1 parent bd9925b commit 8e9cd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

'use strict';

const program = require('commander');
const { program } = require('commander');
const dependencyTree = require('../index.js');
const { name, description, version } = require('../package.json');

Expand Down

0 comments on commit 8e9cd70

Please sign in to comment.