From c03726ed95e7b76f5c290b2e4a1ef0464f0c3a01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roger=20Sch=C3=B6nb=C3=A4chler?= <42278642+schoero@users.noreply.github.com> Date: Sun, 10 Dec 2023 21:46:56 +0100 Subject: [PATCH] chore: add repository --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index 880588d..7f1a024 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,13 @@ "description": "auto-wraps tailwind classes after a certain width using template literals.", "license": "MIT", "author": "Roger Schönbächler", + "repository": { + "type": "git", + "url": "git+https://github.com/schoero/eslint-plugin-readable-tailwind.git" + }, + "bugs": { + "url": "https://github.com/schoero/eslint-plugin-readable-tailwind/issues" + }, "exports": "./lib/index.js", "main": "./lib/index.js", "scripts": {