Skip to content

Commit

Permalink
chore(gatsby-core-utils): Move isTruthy to gatsby-core-utils (#29707) (
Browse files Browse the repository at this point in the history
…#29710)

(cherry picked from commit 837fcd2)

Co-authored-by: Sidhartha Chatterjee <me@sidharthachatterjee.com>
  • Loading branch information
ascorbic and sidharthachatterjee committed Feb 23, 2021
1 parent ac65482 commit 2022f2b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/gatsby-core-utils/src/index.ts
Expand Up @@ -7,5 +7,6 @@ export { createRequireFromPath } from "./create-require-from-path"
export { getConfigStore } from "./get-config-store"
export { getGatsbyVersion } from "./get-gatsby-version"
export { getTermProgram } from "./get-term-program"
export { isTruthy } from "./is-truthy"
export * from "./service-lock"
export * from "./site-metadata"
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/gatsby-telemetry/src/event-storage.ts
Expand Up @@ -3,7 +3,7 @@ import Configstore from "configstore"
import createFetch from "@turist/fetch"
import { Store } from "./store"
import { ensureDirSync } from "fs-extra"
import { isTruthy } from "./is-truthy"
import { isTruthy } from "gatsby-core-utils"
import { InMemoryConfigStore } from "./in-memory-store"

const fetch = createFetch()
Expand Down

0 comments on commit 2022f2b

Please sign in to comment.