File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change @@ -7,5 +7,6 @@ export { createRequireFromPath } from "./create-require-from-path"
77export { getConfigStore } from "./get-config-store"
88export { getGatsbyVersion } from "./get-gatsby-version"
99export { getTermProgram } from "./get-term-program"
10+ export { isTruthy } from "./is-truthy"
1011export * from "./service-lock"
1112export * from "./site-metadata"
File renamed without changes.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import Configstore from "configstore"
33import createFetch from "@turist/fetch"
44import { Store } from "./store"
55import { ensureDirSync } from "fs-extra"
6- import { isTruthy } from "./is-truthy "
6+ import { isTruthy } from "gatsby-core-utils "
77import { InMemoryConfigStore } from "./in-memory-store"
88
99const fetch = createFetch ( )
You can’t perform that action at this time.
0 commit comments