From cb030942ae686c50da14e912354e8039f7a590ce Mon Sep 17 00:00:00 2001 From: koyashiro <6698252+koyashiro@users.noreply.github.com> Date: Tue, 4 Jun 2024 01:25:28 +0900 Subject: [PATCH] chore: fix warning in `package.json` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aa20559..2739d11 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "types": "./dist/index.d.ts", "repository": { "type": "git", - "url": "https://github.com/koyashiro/vite-plugin-happy-css-modules" + "url": "git+https://github.com/koyashiro/vite-plugin-happy-css-modules.git" }, "scripts": { "build": "tsc --noEmit && rm -rf ./dist/ && rollup -c",