From dc11b8645c7b281e32f6f370aea97f3a33b92cc1 Mon Sep 17 00:00:00 2001 From: Tim Klever Date: Mon, 15 Sep 2025 17:35:44 -0700 Subject: [PATCH] docs: add MIT license to `examples` metadata Adding the MIT license documentation so the published package metadata accurately reflects the license. The MIT license is currently included in the package distribution https://www.npmjs.com/package/@mermaid-js/examples?activeTab=code, but not documented in the metadata. This causes npmjs.com to display the license as "none" --- packages/examples/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/examples/package.json b/packages/examples/package.json index cd0fc0bd0..10f66c2b9 100644 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -3,6 +3,7 @@ "version": "1.0.0", "description": "Mermaid examples package", "author": "Sidharth Vinod", + "license": "MIT", "type": "module", "module": "./dist/mermaid-examples.core.mjs", "types": "./dist/mermaid.d.ts",