We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc98779 commit 054ec66Copy full SHA for 054ec66
src/util/common-utils.ts
@@ -21,7 +21,7 @@ import {
21
import { askProjectName } from "./inquirer";
22
import { deployAppMsg } from "../messages";
23
import config from "../config";
24
-import { find } from "lodash";
+import find from "lodash/find";
25
26
export type CommonOptions = {
27
log: LogFn;
0 commit comments