From e6d8eea005a829de524b7cd8df110f707a6cb880 Mon Sep 17 00:00:00 2001 From: Shinwoo PARK Date: Mon, 11 Dec 2023 11:16:18 +0900 Subject: [PATCH] chore: fix indent in package.json --- dist/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/package.json b/dist/package.json index 2fbb1f0..dfaeb56 100644 --- a/dist/package.json +++ b/dist/package.json @@ -16,10 +16,10 @@ "@types/node": "^20.9.1", "typescript": "^5.2.2" }, - "keywords": [ + "keywords": [ "nest", "nestjs", "log", "logging" - ] + ] }