From 0e49ca638fe906b325f9abf515b2f6fce6bb58c7 Mon Sep 17 00:00:00 2001 From: dieptv Date: Thu, 24 Oct 2024 00:03:04 +0700 Subject: [PATCH] change repository url --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a7fb1b..464801b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "shadcn-comments", "description": "Shadcn React component library for a functioning comments section", "private": false, - "version": "1.0.3", + "version": "1.0.4", "type": "module", "main": "dist/index.cjs.js", "module": "dist/index.es.js",