Skip to content

Commit 8983e60

Browse files
committed
fix: maintain glob import
1 parent e209c18 commit 8983e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/zip-it-and-ship-it/tests/v2api.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { platform, version as nodeVersion } from 'process'
44

55
import { getPath as getBootstrapPath } from '@netlify/serverless-functions-api'
66
import merge from 'deepmerge'
7-
import glob from 'fast-glob'
7+
import { glob } from 'glob'
88
import { pathExists } from 'path-exists'
99
import semver from 'semver'
1010
import { dir as getTmpDir } from 'tmp-promise'

0 commit comments

Comments
 (0)