diff options
Diffstat (limited to 'src/install/semver.zig')
-rw-r--r-- | src/install/semver.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/install/semver.zig b/src/install/semver.zig index 37af5c7e2..f9699e214 100644 --- a/src/install/semver.zig +++ b/src/install/semver.zig @@ -1,4 +1,4 @@ -const bun = @import("../global.zig"); +const bun = @import("bun"); const string = bun.string; const Output = bun.Output; const Global = bun.Global; |