From f490760d110c37806c2a2a1a21ccc05d01a01b51 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 18 May 2020 01:13:17 -0500 Subject: [PATCH] so help me god BUILD CORRECTLY --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f32b85c..08ca335 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,9 @@ "publishConfig": { "registry": "https://npm.pkg.github.com/" }, + "bin": { + "osselbot": "./src/index.js" + }, "files": [ "/src/" ], @@ -28,6 +31,5 @@ "bugs": { "url": "https://github.com/Technicolor-creamsicle/Osselbot/issues" }, - "homepage": "https://technicolor.2a03.party/bot", - "bin": "./src/index.js" + "homepage": "https://technicolor.2a03.party/bot" }