From 7e7ee43bad9abacbf058a8b32454afdc0e20e687 Mon Sep 17 00:00:00 2001 From: UneBaguette <28904802+UneBaguette@users.noreply.github.com> Date: Fri, 8 May 2026 20:50:24 +0200 Subject: [PATCH] fix: added missing apache license in package.json file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 95c0d0f..584d15d 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ build-all: type: 'module',\ version: '$(VERSION)',\ description: 'BLAKE3 hashing via Rust/WASM - works in Node.js (CJS + ESM), browsers, and bundlers',\ - license: 'MIT',\ + license: 'MIT OR Apache-2.0',\ repository: { type: 'git', url: 'https://github.com/UneBaguette/blake3.wasm' },\ main: 'index.js',\ types: 'index.d.ts',\