Skip to content

Commit

Permalink
fix: replace ensure-array with ensure-type
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Jul 8, 2022
1 parent f9cf506 commit 4e3bc9f
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 @@

const path = require('path');
const program = require('commander');
const ensureArray = require('ensure-array');
const { ensureArray } = require('ensure-type');
const sort = require('gulp-sort');
const vfs = require('vinyl-fs');
const scanner = require('../lib').default;
Expand Down

0 comments on commit 4e3bc9f

Please sign in to comment.