From 6fa73fbc1bd66307a449178f332c7979f8ef38c4 Mon Sep 17 00:00:00 2001 From: Nanaloveyuki Date: Fri, 8 May 2026 14:23:31 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fix=20Mooncake=20namespace=20for?= =?UTF-8?q?=20v0.1.0=20publish?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/basic/moon.pkg | 2 +- moon.mod.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/basic/moon.pkg b/examples/basic/moon.pkg index c6d65f6..2241850 100644 --- a/examples/basic/moon.pkg +++ b/examples/basic/moon.pkg @@ -1,5 +1,5 @@ import { - "miaom/BitLogger/bitlogger" @lib, + "Nanaloveyuki/BitLogger/bitlogger" @lib, } options( diff --git a/moon.mod.json b/moon.mod.json index ffc4fbd..75a50f3 100644 --- a/moon.mod.json +++ b/moon.mod.json @@ -1,5 +1,5 @@ { - "name": "miaom/BitLogger", + "name": "Nanaloveyuki/BitLogger", "version": "0.1.0", "readme": "README.mbt.md", "repository": "",