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/"