From f97caa6a15e8151d7b69fe12191cb8d53db33f88 Mon Sep 17 00:00:00 2001 From: NotJayden Date: Mon, 7 Jun 2021 14:51:15 +0800 Subject: [PATCH] undo lib change --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0a9fb3b..6784221 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "osrs-json-hiscores", "version": "2.5.0", "description": "The Old School Runescape API wrapper that does more!", - "main": "lib/index", + "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/**/*"