From fab7e05972641ec7f49638b008811a8ae24d9491 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Mon, 9 Mar 2026 23:37:21 +1300 Subject: [PATCH] fix typo in file name --- src/index.js | 2 +- src/{meshore_path.js => meshcore_path.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{meshore_path.js => meshcore_path.js} (100%) diff --git a/src/index.js b/src/index.js index a2fa481..ca432f4 100644 --- a/src/index.js +++ b/src/index.js @@ -9,7 +9,7 @@ import Advert from "./advert.js"; import Packet from "./packet.js"; import BufferUtils from "./buffer_utils.js"; import CayenneLpp from "./cayenne_lpp.js"; -import MeshCorePath from "./meshore_path.js"; +import MeshCorePath from "./meshcore_path.js"; import TransportKeyUtil from "./transport_key_util.js"; export { diff --git a/src/meshore_path.js b/src/meshcore_path.js similarity index 100% rename from src/meshore_path.js rename to src/meshcore_path.js