fix: added missing apache license in package.json file

This commit is contained in:
2026-05-08 20:50:24 +02:00
parent d3871afb58
commit 7e7ee43bad
+1 -1
View File
@@ -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',\