From d4d253ff8af3230564511706f203447b274e4c75 Mon Sep 17 00:00:00 2001 From: tae Date: Wed, 15 Feb 2023 14:16:55 +0900 Subject: [PATCH] chore: fix url of repository --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4d0fc06..6ce649c 100644 --- a/package.json +++ b/package.json @@ -35,12 +35,12 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/naver/agent.git" + "url": "git+https://github.com/naver/egjs-agent.git" }, "bugs": { - "url": "https://github.com/naver/agent/issues" + "url": "https://github.com/naver/egjs-agent/issues" }, - "homepage": "https://github.com/naver/agent#readme", + "homepage": "https://github.com/naver/egjs-agent#readme", "devDependencies": { "@daybrush/jsdoc": "^0.3.7", "@egjs/build-helper": "^0.1.2",