From 208c26232ce0f1e5140d00ac51ad7ace131d867c Mon Sep 17 00:00:00 2001 From: Cristian Lupascu Date: Sat, 22 Jan 2022 13:02:51 +0200 Subject: [PATCH] Add license to package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e700a3e..3bf2782 100644 --- a/package.json +++ b/package.json @@ -14,5 +14,6 @@ }, "engines": { "node": "16" - } + }, + "license": "MIT" }