From a6ba7a5f41a0936101956b4bcb82567d1756a964 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?He=CC=84sperus?= Date: Tue, 24 Feb 2026 15:54:50 +0800 Subject: [PATCH] docs: update project documentation and license - Remove module link from index.md - Change license from MIT to Apache-2.0 in package --- docs/en/index.md | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/en/index.md b/docs/en/index.md index 6e865df..a6c1cdf 100644 --- a/docs/en/index.md +++ b/docs/en/index.md @@ -24,7 +24,6 @@ features: linkText: Learn more about SynthKernel - title: Scale from 1KB icon: 🐣 - link: /modules details: Grab what you need via modules, the base class is only 1KB gzipped. - title: Runtime-Flexible icon: 🧩 diff --git a/package.json b/package.json index c574218..ad225db 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "bugs": { "url": "https://github.com/hesprs/pointeract/issues" }, - "license": "MIT", + "license": "Apache-2.0", "author": { "name": "Hēsperus", "email": "hesprs@outlook.com"