aboutsummaryrefslogtreecommitdiff
path: root/src/node_module_bundle.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_module_bundle.zig')
-rw-r--r--src/node_module_bundle.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_module_bundle.zig b/src/node_module_bundle.zig
index 5f9a38afd..ccf7877e7 100644
--- a/src/node_module_bundle.zig
+++ b/src/node_module_bundle.zig
@@ -26,7 +26,7 @@ pub const BundledPackageID = u32;
const PackageIDMap = std.AutoHashMap(BundledPackageHash, BundledPackageID);
-const PackageNameMap = std.StringHashMap([]BundledPackageID);
+const PackageNameMap = bun.StringHashMap([]BundledPackageID);
pub const AllocatedString = struct {
str: string,