Skip to content

Commit

Permalink
Rename configstore to package-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
mottox2 committed Mar 11, 2020
1 parent ca2689f commit 3fa5429
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-cli/src/init-starter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import prompts from "prompts"
import url from "url"

import report from "./reporter"
import { getPackageManager, promptPackageManager } from "./util/configstore"
import { getPackageManager, promptPackageManager } from "./util/package-manager"
import isTTY from "./util/is-tty"

const spawnWithArgs = (
Expand Down
File renamed without changes.

0 comments on commit 3fa5429

Please sign in to comment.