From 97de36122812b3791163c86616cceb85ca174b57 Mon Sep 17 00:00:00 2001 From: Maxwell Brown Date: Mon, 16 Sep 2024 12:28:42 -0400 Subject: [PATCH] fix typo --- templates/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/cli/package.json b/templates/cli/package.json index d8ce460..178ec17 100644 --- a/templates/cli/package.json +++ b/templates/cli/package.json @@ -7,7 +7,7 @@ "description": "A basic Effect CLI application", "repository": { "type": "git", - "url": "" + "url": "" }, "publishConfig": { "access": "public",