From 405b3d8125d651eb1c11b23b9c2dbdd7c43ab215 Mon Sep 17 00:00:00 2001 From: DeadLeavez Date: Fri, 17 May 2024 22:54:19 +0200 Subject: [PATCH] make package.json lower-case --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6a26723..838d2a6 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { - "name": "LootFuckery", + "name": "lootfuckery", "version": "1.0.0", "main": "src/mod.js", "license": "MIT", - "author": "Leaves", + "author": "leaves", "akiVersion": ">= 3.8.0", "scripts": { "setup": "npm i",