From 33e3a2ccb7b7f4807242ac92d1749831021e9f4a Mon Sep 17 00:00:00 2001 From: Starman <30315137+Starman3787@users.noreply.github.com> Date: Sun, 15 Sep 2024 17:14:21 +0100 Subject: [PATCH] Update package.json --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c9f9ff98..50daf253 100644 --- a/package.json +++ b/package.json @@ -9,10 +9,6 @@ "quark" ], "exports": { - ".": { - "default": "./index.js", - "types": "./dist/index.d.ts" - }, "./constants": { "default": "./src/constants.js", "types": "./dist/constants.d.ts" @@ -28,6 +24,10 @@ "./compiledStructures": { "default": "./src/compiledStructures.js", "types": "./dist/compiledStructures.d.ts" + }, + ".": { + "default": "./index.js", + "types": "./dist/index.d.ts" } }, "engines": {