From 2cf54e3c6999e532ea1565cdce5a11c8ef321459 Mon Sep 17 00:00:00 2001 From: Blake Embrey Date: Sun, 14 Jan 2024 14:44:36 -0500 Subject: [PATCH] Fix prettier format --- packages/change-case/package.json | 2 +- packages/sponge-case/package.json | 2 +- packages/swap-case/package.json | 2 +- packages/title-case/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/change-case/package.json b/packages/change-case/package.json index 834f9ae0..5c7bde1c 100644 --- a/packages/change-case/package.json +++ b/packages/change-case/package.json @@ -28,11 +28,11 @@ "url": "http://blakeembrey.me" }, "type": "module", - "main": "./dist/index.js", "exports": { ".": "./dist/index.js", "./keys": "./dist/keys.js" }, + "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist/" diff --git a/packages/sponge-case/package.json b/packages/sponge-case/package.json index a34a92cf..862a8d40 100644 --- a/packages/sponge-case/package.json +++ b/packages/sponge-case/package.json @@ -28,10 +28,10 @@ "url": "http://rabins.dev" }, "type": "module", - "main": "./dist/index.js", "exports": { ".": "./dist/index.js" }, + "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist/" diff --git a/packages/swap-case/package.json b/packages/swap-case/package.json index 17dbc2ad..1f73512b 100644 --- a/packages/swap-case/package.json +++ b/packages/swap-case/package.json @@ -26,10 +26,10 @@ "url": "http://blakeembrey.me" }, "type": "module", - "main": "./dist/index.js", "exports": { ".": "./dist/index.js" }, + "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist/" diff --git a/packages/title-case/package.json b/packages/title-case/package.json index d9445043..bd397d00 100644 --- a/packages/title-case/package.json +++ b/packages/title-case/package.json @@ -26,10 +26,10 @@ "url": "http://blakeembrey.me" }, "type": "module", - "main": "./dist/index.js", "exports": { ".": "./dist/index.js" }, + "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist/"