Skip to content

Commit 71a1857

Browse files
authored
Merge pull request #185 from sachaw/master
Fix file import extension
2 parents 5d34f96 + 570f25e commit 71a1857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { IMeta, InspectOptions } from "./runtime/nodejs";
1+
import { IMeta, InspectOptions } from "./runtime/nodejs/index.js";
22

33
export type TStyle =
44
| null

0 commit comments

Comments
 (0)