We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 043737f commit 5597e30Copy full SHA for 5597e30
lib/cli.js
@@ -4,7 +4,6 @@ const path = require("path");
4
const chalk = require("chalk");
5
const langsList = require("./countries.json");
6
const prompts = require("prompts");
7
-const fuzzy = require("fuzzy");
8
const ora = require("ora");
9
const { extract } = require("pacote");
10
const glob = require("fast-glob");
0 commit comments