docs: change urls

This commit is contained in:
Shinwoo PARK 2025-02-11 20:31:30 +09:00
parent 04e5b82c7d
commit 36e47ebc8d
4 changed files with 6 additions and 6 deletions

View File

@ -17,4 +17,4 @@ yarn add nestlogged
## More Info ## More Info
[Wiki](https://nestlogged.worplo.com) [Wiki](https://nestlogged.psw.kr)

2
dist/README.md vendored
View File

@ -17,4 +17,4 @@ yarn add nestlogged
## More Info ## More Info
[Wiki](https://nestlogged.worplo.com) [Wiki](https://nestlogged.psw.kr)

4
dist/package.json vendored
View File

@ -3,7 +3,7 @@
"version": "3.0.0", "version": "3.0.0",
"description": "A NestJS Logger Decorator Library", "description": "A NestJS Logger Decorator Library",
"main": "lib/index.js", "main": "lib/index.js",
"repository": "https://github.com/worplo/nestlogged", "repository": "https://git.psw.kr/p-sw/nestlogged",
"author": "Shinwoo PARK", "author": "Shinwoo PARK",
"license": "MIT", "license": "MIT",
"private": false, "private": false,
@ -23,4 +23,4 @@
"log", "log",
"logging" "logging"
] ]
} }

View File

@ -3,7 +3,7 @@
"version": "3.0.0", "version": "3.0.0",
"description": "A NestJS Logger Decorator Library", "description": "A NestJS Logger Decorator Library",
"main": "./dist/lib/index.js", "main": "./dist/lib/index.js",
"repository": "https://github.com/worplo/nestlogged", "repository": "https://git.psw.kr/p-sw/nestlogged",
"author": "Shinwoo PARK", "author": "Shinwoo PARK",
"license": "MIT", "license": "MIT",
"private": true, "private": true,
@ -26,4 +26,4 @@
"test": "ts-node ./src/test/index.ts" "test": "ts-node ./src/test/index.ts"
}, },
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
} }