Skip to content

Commit

Permalink
fix join usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ds300 committed Mar 27, 2019
1 parent 49a6c1e commit 9adb5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PackageDetails.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { join } from "path"
import { join } from "./path"

export interface PackageDetails {
humanReadablePathSpecifier: string
Expand Down

0 comments on commit 9adb5c9

Please sign in to comment.