Skip to content

Commit bf9f754

Browse files
committed
chore: format files
1 parent 43d3244 commit bf9f754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/utils/package-analysis.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export function detectModuleFormat(pkg: ExtendedPackageJson): ModuleFormat {
8787

8888
return mainIsCJS ? 'dual' : 'esm'
8989
}
90-
90+
9191
const mainIsWASM = pkg.main?.endsWith('.wasm')
9292
if (mainIsWASM) {
9393
return 'wasm'

0 commit comments

Comments
 (0)