From 8120ce27cb5a7dbdfe5f0c9f2f2e9773348fc523 Mon Sep 17 00:00:00 2001 From: homura Date: Fri, 22 Dec 2023 12:59:03 +0800 Subject: [PATCH] chore(lumos): incorrect entry --- packages/lumos/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/lumos/package.json b/packages/lumos/package.json index 1dbecd392..f5cfe7f87 100644 --- a/packages/lumos/package.json +++ b/packages/lumos/package.json @@ -5,7 +5,7 @@ "author": "Homura ", "homepage": "https://github.com/ckb-js/lumos#readme", "license": "MIT", - "main": "lib/index.js", + "main": "./index.js", "engines": { "node": ">=12.0.0" },