From b85f5e341dc7e8ddf4e2f72f370c93c73fc5758f Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Tue, 22 Oct 2024 08:43:29 -0500 Subject: [PATCH 1/2] switch to MIT license --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e8e7d1..0364832 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "type": "git", "url": "git+https://github.com/jwetzell/showbridge.git" }, - "license": "ISC", + "license": "MIT", "bugs": { "url": "https://github.com/jwetzell/showbridge/issues" }, From 163bca6e6a84cb9562b5bb4362bd8b07d99e877e Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Tue, 22 Oct 2024 08:47:54 -0500 Subject: [PATCH 2/2] sync package-lock files --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 8fca3f2..94646ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "@showbridge/site", "version": "1.0.0", - "license": "ISC", + "license": "MIT", "devDependencies": { "http-server": "14.1.1", "tailwindcss": "3.4.14"