From 4b03d4f1e0aacc58effbb5612d466335eac87e01 Mon Sep 17 00:00:00 2001 From: tonghuaxingdsb <146808126+tonghuaxingdsb@users.noreply.github.com> Date: Tue, 9 Jun 2026 04:21:03 +0800 Subject: [PATCH] Add npm link metadata --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index c588346..e1f8e5e 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,10 @@ "type": "git", "url": "https://github.com/maximkoretskiy/postcss-initial.git" }, + "homepage": "https://github.com/maximkoretskiy/postcss-initial#readme", + "bugs": { + "url": "https://github.com/maximkoretskiy/postcss-initial/issues" + }, "dependencies": {}, "peerDependencies": { "postcss": "^8.0.0"