From 260b0d5574f6bd60cb693a82ede8d2d604937cc2 Mon Sep 17 00:00:00 2001 From: Meet Thumar <72501082+MeetThumar@users.noreply.github.com> Date: Tue, 25 Feb 2025 18:25:48 +0530 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2fbda1f..6210482 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "description": "Official Node.js client for the topstats.gg API", "author": "David @dvhsh", "license": "MIT", - "main": "./dist/lib/index.js", - "types": "./dist/lib/index.d.ts", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", "engines": { "node": ">=16.0.0" },