From dd857cc6d1aeb2afed3adba57106a82017aacade Mon Sep 17 00:00:00 2001 From: Mathieu Acthernoene Date: Fri, 10 Jan 2025 11:15:18 +0100 Subject: [PATCH] Fix repository url (#4) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index beff593..51d6a48 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,10 @@ "license": "MIT", "description": "A lightweight and performant atomic CSS-in-JS library", "author": "Mathieu Acthernoene ", - "homepage": "https://github.com/swan-io/bot-detector", + "homepage": "https://github.com/swan-io/css", "repository": { "type": "git", - "url": "https://github.com/swan-io/bot-detector.git" + "url": "https://github.com/swan-io/css.git" }, "packageManager": "pnpm@9.15.3", "engines": {