From c974fa4af885aeb145e4517e474b6b4079677685 Mon Sep 17 00:00:00 2001 From: Eddie Monge Jr Date: Thu, 16 Jan 2025 13:31:07 -0800 Subject: [PATCH] chore: update license in pkg.json (#56) Change the license to MIT to match what is in the license file --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f531db..ec28deb 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "json" ], "author": "Jacob Ebey ", - "license": "ISC", + "license": "MIT", "repository": { "type": "git", "url": "https://github.com/jacob-ebey/turbo-stream.git"