From 478e0f66b7fa25f6890cfb1ac1fb1cbe6c62a203 Mon Sep 17 00:00:00 2001 From: Bart Veneman <1536852+bartveneman@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:15:01 +0200 Subject: [PATCH] Add missing package.json fields --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index 540a725..db630e8 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,13 @@ "name": "@projectwallace/format-css", "version": "1.4.3", "description": "Fast, small, zero-config library to format CSS with basic rules.", + "repository": { + "type": "git", + "url": "git+https://github.com/projectwallace/format-css.git" + }, + "homepage": "https://github.com/projectwallace/format-css", + "issues": "https://github.com/projectwallace/format-css/issues", + "license": "MIT", "type": "module", "source": "index.js", "exports": {