From 41a18f5d4ac0d6001cf14494e9c7ace996a9d62d Mon Sep 17 00:00:00 2001 From: Ayo Date: Wed, 25 Oct 2023 23:06:23 +0200 Subject: [PATCH] chore(cli): update repository directory info --- packages/cli/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index a297c39..334c5d3 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -11,7 +11,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/ayoayco/McFly.git" + "url": "git+https://github.com/ayoayco/McFly.git", + "directory": "packages/cli" }, "author": "Ayo Ayco", "license": "MIT",