From b57fc97ab0f76269e09b8be4856c236562b58ec9 Mon Sep 17 00:00:00 2001 From: Max Mykal Date: Fri, 22 Aug 2025 09:18:48 -0700 Subject: [PATCH 1/2] add license to package.json --- web/common/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/common/package.json b/web/common/package.json index 7ea7316bed..8aa22c67f5 100644 --- a/web/common/package.json +++ b/web/common/package.json @@ -3,6 +3,7 @@ "version": "0.0.1", "private": false, "type": "module", + "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/TobikoData/sqlmesh" @@ -86,4 +87,4 @@ "tailwind-merge": "^3.3.1", "tailwindcss": "^3.4.0" } -} +} \ No newline at end of file From a2988a41ff532b64852b494f3a736ee3e9234896 Mon Sep 17 00:00:00 2001 From: Max Mykal Date: Fri, 22 Aug 2025 09:24:16 -0700 Subject: [PATCH 2/2] formatting --- web/common/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/common/package.json b/web/common/package.json index 8aa22c67f5..4cccbec171 100644 --- a/web/common/package.json +++ b/web/common/package.json @@ -87,4 +87,4 @@ "tailwind-merge": "^3.3.1", "tailwindcss": "^3.4.0" } -} \ No newline at end of file +}