From 47a2cb63ab7e8a5bcbd28ac1bb97d7c91eed2f4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Ferreira?= Date: Tue, 22 Oct 2024 00:33:56 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20define=20package=20scrip?= =?UTF-8?q?t=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index eac6497..a0c2ba2 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,9 @@ "files": [ "dist" ], - "bin": "dist/index.js", + "bin": { + "tripauthor": "dist/index.js" + }, "repository": "git@github.com:fabiofcferreira/tripauthor.git", "author": "Fábio Ferreira ", "license": "MIT",