From 8d1fa3d96db70ce65da94d41d34e7b0923707f7c Mon Sep 17 00:00:00 2001 From: Dotoritos Date: Sat, 20 Jan 2024 23:06:10 +0900 Subject: [PATCH] Update package.json Signed-off-by: Dotoritos --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 21226a7..5f29620 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/kimkanghyune/dxf-json.git" + "url": "git+https://github.com/dotoritos-kim/dxf-json.git" }, "keywords": [ "dxf", @@ -22,7 +22,7 @@ "typescript" ], "author": { - "name": "kanghyune kim", + "name": "dotoritos-kim", "email": "wwponv158@gmail.com" }, "publishConfig": { @@ -30,10 +30,10 @@ }, "license": "GPL-3.0", "bugs": { - "url": "https://github.com/kimkanghyune/dxf-json/issues", + "url": "https://github.com/dotoritos-kim/dxf-json/issues", "email": "wwponv158@gmail.com" }, - "homepage": "https://github.com/kimkanghyune/dxf-json#readme", + "homepage": "https://github.com/dotoritos-kim/dxf-json#readme", "dependencies": { "@fxts/core": "^0.23.0", "@swc/cli": "^0.1.63", @@ -53,4 +53,4 @@ "ts-jest": "^29.1.1", "typescript": "^5.3.3" } -} \ No newline at end of file +}