From d13c52e121a662d6bd40e6b88d041b0b1f02a5b1 Mon Sep 17 00:00:00 2001 From: yujeong-jeon Date: Fri, 6 Feb 2026 23:04:53 +0900 Subject: [PATCH] Add repository field to package.json for commit-helper, commithelper-go, fmb, and publint --- packages/commit-helper/package.json | 4 ++++ packages/commithelper-go/package.json | 4 ++++ packages/fmb/package.json | 4 ++++ packages/publint/package.json | 2 +- 4 files changed, 13 insertions(+), 1 deletion(-) diff --git a/packages/commit-helper/package.json b/packages/commit-helper/package.json index 7971359..5349e07 100644 --- a/packages/commit-helper/package.json +++ b/packages/commit-helper/package.json @@ -3,6 +3,10 @@ "version": "1.2.1", "description": "help your commit in git", "main": "./dist/index.js", + "repository": { + "type": "git", + "url": "https://github.com/NaverPayDev/cli/tree/main/packages/commit-helper" + }, "homepage": "https://github.com/NaverPayDev/cli/tree/main/packages/commit-helper", "bin": { "commit-helper": "./dist/index.js" diff --git a/packages/commithelper-go/package.json b/packages/commithelper-go/package.json index 604d650..cb6d36e 100644 --- a/packages/commithelper-go/package.json +++ b/packages/commithelper-go/package.json @@ -5,6 +5,10 @@ "bin": { "commithelper-go": "bin/cli.js" }, + "repository": { + "type": "git", + "url": "https://github.com/NaverPayDev/cli/tree/main/packages/commithelper-go" + }, "homepage": "https://github.com/NaverPayDev/cli/tree/main/packages/commithelper-go", "scripts": { "build:windows": "GOOS=windows GOARCH=amd64 go build -o dist/commithelper-go-windows-amd64.exe main.go", diff --git a/packages/fmb/package.json b/packages/fmb/package.json index 064feb4..46d3905 100644 --- a/packages/fmb/package.json +++ b/packages/fmb/package.json @@ -10,6 +10,10 @@ "scripts": { "start": "node index.js" }, + "repository": { + "type": "git", + "url": "https://github.com/NaverPayDev/cli/tree/main/packages/fmb" + }, "homepage": "https://github.com/NaverPayDev/cli/tree/main/packages/fmb", "keywords": [ "git", diff --git a/packages/publint/package.json b/packages/publint/package.json index d15b515..0586138 100644 --- a/packages/publint/package.json +++ b/packages/publint/package.json @@ -14,7 +14,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/NaverPayDev/cli" + "url": "https://github.com/NaverPayDev/cli/tree/main/packages/publint" }, "files": [ "dist"