From fea321c2b1f5b3b11eec6f8b0b1f170bc8790ea6 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Fri, 24 Jul 2026 15:43:47 -0700 Subject: [PATCH] Move test page to root directory. --- test/index.html => index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename test/index.html => index.html (99%) diff --git a/test/index.html b/index.html similarity index 99% rename from test/index.html rename to index.html index 51d2ddc..0d72e19 100644 --- a/test/index.html +++ b/index.html @@ -14,9 +14,9 @@ SPDX-License-Identifier: GPL-3.0-or-later "nano-pow/utils": "https://unpkg.com/nano-pow@5.2.0/dist/utils/index.js" }, "scopes": { - "/test/": { - "nano-pow": "../dist/index.js", - "nano-pow/utils": "../dist/utils/index.js" + "/": { + "nano-pow": "dist/index.js", + "nano-pow/utils": "dist/utils/index.js" } } } -- 2.52.0