Skip to content

Commit 68c047f

Browse files
committed
Passing tests
1 parent 36ecd3d commit 68c047f

File tree

3 files changed

+1920
-12081
lines changed

3 files changed

+1920
-12081
lines changed

lib/cli.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@ import chalk from "chalk";
44
import inquirer from "inquirer";
55
import fuzzy from "fuzzy";
66
import ora from "ora";
7-
import * as pactoe from "pacote";
7+
import pacote from "pacote";
88
import glob from "fast-glob";
99
import fs from "fs-extra";
1010
import os from "os";
1111
import elapsed from "elapsed-time-logger";
1212
import compareVersions from "compare-versions";
1313
import inqurerAutocompletePrompt from "inquirer-autocomplete-prompt";
1414

15-
const { extract } = pactoe;
15+
const extract = (a, b, c) => pacote.extract(a, b, c);
16+
1617
const packageName = "html5-boilerplate";
1718
const tempDir = `${os.tmpdir()}/${packageName}-staging`;
1819

0 commit comments

Comments
 (0)