Skip to content

Commit 304bebf

Browse files
authored
fix: format code style
1 parent b2d7166 commit 304bebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export function resolve(
170170
}
171171
}
172172

173-
packageJsonPaths = fg.sync(['**/package.json', '!**/node_modules/**']);
173+
packageJsonPaths = fg.sync(['**/package.json', '!**/node_modules/**'])
174174
initMappers(cachedOptions)
175175

176176
const mappedPath = getMappedPath(source, file, cachedOptions.extensions, true)

0 commit comments

Comments
 (0)