From 44e4d96fcc56e7d19eef5c1b525010526bbbf6cf Mon Sep 17 00:00:00 2001 From: Matthew Bunday Date: Tue, 24 Oct 2023 15:33:22 -0400 Subject: [PATCH] Add license to package.json so it shows up properly on npm --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 1ac8a9e1..edea7971 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "types": "./dist/types/index.d.ts", "typings": "./dist/types/index.d.ts", "sideEffects": false, + "license": "MIT", "files": [ "dist", "!dist/**/*.tsbuildinfo",