From 0032159447ad066b359fb824115365923bd7229f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Xalambr=C3=AD?= Date: Thu, 12 Dec 2024 18:33:54 -0500 Subject: [PATCH] Update publish workflow and package.json formatting for consistency --- .github/workflows/publish.yml | 2 +- package.json | 10 ++-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e23d154..00db071 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: - uses: oven-sh/setup-bun@v2 - run: bun install --frozen-lockfile - run: bun run build - - run: bun run test:exports + - run: bun run exports - uses: actions/setup-node@v4 with: diff --git a/package.json b/package.json index 9ceece6..1e1ba8d 100644 --- a/package.json +++ b/package.json @@ -6,9 +6,7 @@ "node": ">=20.0.0" }, "type": "module", - "funding": [ - "https://github.com/sponsors/sergiodxa" - ], + "funding": ["https://github.com/sponsors/sergiodxa"], "exports": { "./package.json": "./package.json", "./promise": "./build/common/promise.js", @@ -150,9 +148,5 @@ "dependencies": { "type-fest": "^4.30.0" }, - "files": [ - "build", - "package.json", - "README.md" - ] + "files": ["build", "package.json", "README.md"] }