From a0403a7c8b8a997463bad3419538d322da9791d3 Mon Sep 17 00:00:00 2001 From: Jon Clausen Date: Mon, 17 Jul 2023 11:18:39 -0400 Subject: [PATCH] Fix slug --- box.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/box.json b/box.json index 23af0bc..fae292a 100644 --- a/box.json +++ b/box.json @@ -10,7 +10,7 @@ "URL":"https://github.com/contentbox-modules/cbcommerce" }, "bugs":"https://github.com/contentbox-modules/cbcommerce/issues", - "slug":"cbcommerce", + "slug":"contentbox-cbcommerce", "shortDescription":"Contentbox integration module for cbCommerce", "description":"Contentbox integration module for cbCommerce", "type":"contentbox-modules", @@ -26,4 +26,4 @@ "test-harness", "*/.md" ] -} \ No newline at end of file +}