From 557677491594c75cc01e9865864a93193a340066 Mon Sep 17 00:00:00 2001 From: Raul Catalinas <105791463+RaulCatalinas@users.noreply.github.com> Date: Thu, 16 May 2024 14:39:31 +0200 Subject: [PATCH] chore: added bin property --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 8d483e0..a92e660 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "main": "dist/index.js", "type": "module", "version": "1.0.0", + "bin": { + "huskybc": "dist/index.js" + }, "scripts": { "prepare": "husky", "lint": "eslint src",