From: Chris Duncan Date: Fri, 24 Jul 2026 22:43:47 +0000 (-0700) Subject: Move test page to root directory. X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=fea321c2b1f5b3b11eec6f8b0b1f170bc8790ea6;p=nano-pow.git Move test page to root directory. --- 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" } } }