From: Chris Duncan Date: Fri, 17 Jul 2026 05:17:25 +0000 (-0700) Subject: Sort manifest to align with documentation. X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=b5632e4928103a8942f48a2d6ae246245e1ebd0a;p=nano-pow.git Sort manifest to align with documentation. --- diff --git a/package.json b/package.json index 2aee100..6d8b8f1 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,17 @@ "AUTHORS.md", "package.json.license" ], + "exports": { + ".": { + "types": "./dist/index.d.ts", + "default": "./dist/index.js" + }, + "./utils": { + "types": "./dist/utils/index.d.ts", + "default": "./dist/utils/index.js" + } + }, + "type": "module", "bin": { "nano-pow": "dist/bin/nano-pow.sh" }, @@ -68,16 +79,5 @@ "esbuild@0.28.1": true, "puppeteer@25.3.0": true }, - "type": "module", - "exports": { - ".": { - "types": "./dist/index.d.ts", - "default": "./dist/index.js" - }, - "./utils": { - "types": "./dist/utils/index.d.ts", - "default": "./dist/utils/index.js" - } - }, "types": "./dist/index.d.ts" }