From 225d3a035cc5b65872e6ad74a41a0a24da00fe90 Mon Sep 17 00:00:00 2001 From: Hyeonjong Date: Sun, 11 Feb 2024 17:22:31 +0900 Subject: [PATCH] chore: update package.json --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index fcb58be..b526473 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,10 @@ "class", "tailwindcss" ], - "repository": "https://github.com/ony3000/prettier-plugin-classnames", + "repository": { + "type": "git", + "url": "git+https://github.com/ony3000/prettier-plugin-classnames.git" + }, "license": "MIT", "author": "Hyeonjong ", "main": "./dist/index.js",