From 10861f8a5529739cddcb5cf9978785f70dff8a24 Mon Sep 17 00:00:00 2001 From: "@larielnegreiros" Date: Wed, 18 Sep 2024 10:53:43 -0300 Subject: [PATCH] Ajusta helper --- bin/postinstall.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/postinstall.js b/bin/postinstall.js index 0fcfb0d..e081c11 100644 --- a/bin/postinstall.js +++ b/bin/postinstall.js @@ -1,4 +1,4 @@ const GREETINGS = ` Welcome! -To show the help information, type $ mon -help`; +To show the help information, type $ fetch-pullrequests -help`; console.log(GREETINGS); \ No newline at end of file diff --git a/package.json b/package.json index 3836956..589658f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fetch-pullrequests", - "version": "0.3.4", + "version": "0.3.5", "description": "CLI para buscar pull requests no Azure DevOps", "main": "bin/index.js", "repository": {