From b172c2ef60cf11017bf983129ef018288fc65154 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 16 Jul 2023 13:07:39 +0200 Subject: [PATCH] chore: add license to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 99dede8..59d5439 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "css", "ui" ], + "license": "MIT", "exports": { ".": "./index.ts" },