From b5632e4928103a8942f48a2d6ae246245e1ebd0a Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Thu, 16 Jul 2026 22:17:25 -0700 Subject: [PATCH] Sort manifest to align with documentation. --- package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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" } -- 2.52.0