From ba7b30db8e984dd11d2598664ecfc2e9dc0e4af4 Mon Sep 17 00:00:00 2001 From: Eric Joanis Date: Mon, 19 Jan 2026 12:41:14 -0500 Subject: [PATCH] docs: update common/package.json to declare MIT license currently, automated due diligence tools like `license-checker` cannot tell that `@nxext/common` is licensed under the MIT license, despite the fact that the GitHub repo clearly states it is so. This license declaration in the sub-package will fix that. --- packages/common/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/common/package.json b/packages/common/package.json index 6aa77bd2..4d61dd22 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,7 @@ { "name": "@nxext/common", "version": "21.0.0", + "license": "MIT", "description": "Common utilities for Nxext Nx plugins", "author": { "name": "Gion Kunz",