From b83f94393e5d92038df0c395f9e66ad7428f47d6 Mon Sep 17 00:00:00 2001 From: Starman <30315137+Starman3787@users.noreply.github.com> Date: Sun, 15 Sep 2024 17:06:57 +0100 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae2898e4..c9f9ff98 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "default": "./src/structures.js", "types": "./dist/structures.d.ts" }, - "./structures/compiled": { + "./compiledStructures": { "default": "./src/compiledStructures.js", "types": "./dist/compiledStructures.d.ts" }