fix: deps

This commit is contained in:
Sebastian Rindom
2021-08-05 13:22:05 +02:00
parent 9475ed7689
commit c8d8fa28ca
4 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import createFlush from "./util/create-flush"
import getTermProgram from "./util/get-term-program"
import isTruthy from "./util/is-truthy"
import showAnalyticsNotification from "./util/show-notification"
import { isCI, getCIName } from "./util/is-cli"
import { isCI, getCIName } from "./util/is-ci"
import Store from "./store"
const MEDUSA_TELEMETRY_VERBOSE = process.env.MEDUSA_TELEMETRY_VERBOSE || false