From 9893deb9a7b6f53a4b99b4a72611dcb4e9f6eaec Mon Sep 17 00:00:00 2001 From: Ricey <95325223+AngPuoSyer@users.noreply.github.com> Date: Thu, 1 Feb 2024 14:27:32 +0800 Subject: [PATCH] Update license in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index da93031..c953aa1 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "", "author": "", "private": true, - "license": "UNLICENSED", + "license": "MIT", "scripts": { "build": "nest build", "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",