From 51b5d48d4acefa46c5477a24374bfce240f59427 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 17 May 2020 13:57:03 -0500 Subject: [PATCH] allow npx install 1 command install and run --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 47d4d64..f32b85c 100644 --- a/package.json +++ b/package.json @@ -28,5 +28,6 @@ "bugs": { "url": "https://github.com/Technicolor-creamsicle/Osselbot/issues" }, - "homepage": "https://technicolor.2a03.party/bot" + "homepage": "https://technicolor.2a03.party/bot", + "bin": "./src/index.js" }