From b8e7c113f066ac44cab84bfef60c802736eb56a4 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Sun, 17 Mar 2024 00:28:05 +0000 Subject: [PATCH] added bin --- boot => bin/boot.js | 0 package.json | 5 ++++- 2 files changed, 4 insertions(+), 1 deletion(-) rename boot => bin/boot.js (100%) diff --git a/boot b/bin/boot.js similarity index 100% rename from boot rename to bin/boot.js diff --git a/package.json b/package.json index 55aa998..5d9225f 100755 --- a/package.json +++ b/package.json @@ -1,9 +1,12 @@ { "name": "linebridge", - "version": "0.18.2", + "version": "0.18.3", "description": "API Framework for RageStudio backends", "author": "RageStudio", "main": "./dist/client/index.js", + "bin": { + "linebridge-boot": "./bin/boot.js" + }, "scripts": { "start": "hermes-node ./src/bin/server.js", "build": "hermes build --parallel --clean",