diff --git a/package.json b/package.json index 64139f0..0ba0762 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kr-corekit", - "version": "0.0.9", + "version": "0.0.10", "description": "A lightweight and modern utility toolkit for JavaScript and TypeScript. kr-corekit provides essential functions for strings, arrays, objects, and more, designed for simplicity and productivity.", "keywords": [ "javascript", @@ -91,12 +91,12 @@ }, "repository": { "type": "git", - "url": "https://github.com/klmhyeonwoo/kr-corekit" + "url": "https://github.com/team-layer/kr-corekit" }, "bugs": { - "url": "https://github.com/klmhyeonwoo/kr-corekit/issues" + "url": "https://github.com/team-layer/kr-corekit/issues" }, - "homepage": "https://github.com/klmhyeonwoo/kr-corekit#readme", + "homepage": "https://github.com/team-layer/kr-corekit#readme", "devDependencies": { "@types/node": "^24.3.0", "@vitest/coverage-v8": "^3.2.4",