diff --git a/package.json b/package.json index 61735ecf..d00719d4 100644 --- a/package.json +++ b/package.json @@ -19,14 +19,14 @@ "main": "./lib/index.js", "types": "./lib/index.d.ts", "exports": { - ".": { - "import": "./lib/index.js", - "types": "./lib/index.d.ts" - }, - "./types": { - "import": "./lib/types.js", - "types": "./lib/types.d.ts" - } + ".": { + "import": "./lib/index.js", + "types": "./lib/index.d.ts" + }, + "./types": { + "import": "./lib/types.js", + "types": "./lib/types.d.ts" + } }, "files": [ "./npm-scripts.mjs",