From a10c3668a3fd2c0c47cd8c1c0873a4b2c7a24d09 Mon Sep 17 00:00:00 2001 From: Sreekanth Vadigi Date: Thu, 21 May 2026 15:17:03 +0530 Subject: [PATCH] fix: use valid SPDX license identifier in package.json (#387) Change license field from "Apache 2.0" to "Apache-2.0" so GitHub and npm can recognize it correctly. Signed-off-by: Sreekanth Vadigi Co-authored-by: Isaac --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e430181f..f18c800e 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "hive", "hive js" ], - "license": "Apache 2.0", + "license": "Apache-2.0", "devDependencies": { "@types/chai": "^4.3.14", "@types/http-proxy": "^1.17.14",