Skip to content

Commit 9adb5c9

Browse files
committed
fix join usage
1 parent 49a6c1e commit 9adb5c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/PackageDetails.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { join } from "path"
1+
import { join } from "./path"
22

33
export interface PackageDetails {
44
humanReadablePathSpecifier: string

0 commit comments

Comments
 (0)