refactor: change package name

This commit is contained in:
Shinwoo PARK 2023-11-17 17:25:48 +09:00
parent fbf9524080
commit baaf19be68

4
dist/package.json vendored
View File

@ -1,8 +1,8 @@
{ {
"name": "nestlogged", "name": "nlogdec",
"version": "1.0.0", "version": "1.0.0",
"description": "A NestJS Logger Decorator Library", "description": "A NestJS Logger Decorator Library",
"main": "index.js", "main": "lib/index.js",
"repository": "https://github.com/worplo/nestlogged", "repository": "https://github.com/worplo/nestlogged",
"author": "Shinwoo PARK", "author": "Shinwoo PARK",
"license": "MIT", "license": "MIT",