From 2ce5c8c6f2627c6d03e9d5fc5514e62886b80de0 Mon Sep 17 00:00:00 2001 From: Ulises Santana Date: Mon, 18 Dec 2023 09:43:36 +0000 Subject: [PATCH] =?UTF-8?q?chore(npm):=20=F0=9F=94=A7=20set=20package=20na?= =?UTF-8?q?me=20as=20@ulisesantana/track?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cab39c7..79a568e 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ ], "license": "MIT", "main": "dist/index.js", - "name": "track", + "name": "@ulisesantana/track", "oclif": { "bin": "track", "commands": "./dist/commands", @@ -93,5 +93,5 @@ "version": "oclif readme && git add README.md" }, "types": "dist/index.d.ts", - "version": "1.0.4" + "version": "1.0.3" }