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"