From 8b9ab518057af29319dea747b82dcd6943ec8c31 Mon Sep 17 00:00:00 2001 From: bluwy Date: Tue, 12 May 2026 23:03:54 +0800 Subject: [PATCH] Add repository and bugs fields --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index 73f39e5..4b3ba40 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,15 @@ "name": "@changesets/format", "version": "0.1.0", "description": "Detect and format files", + "bugs": { + "url": "https://github.com/changesets/format/issues" + }, "license": "MIT", "author": "Changesets", + "repository": { + "type": "git", + "url": "git+https://github.com/changesets/format.git" + }, "files": [ "dist" ],