fix?: possible fix to #1

Signed-off-by: Alix von Schirp <github@avonschirp.bootmedia.de>
This commit is contained in:
2026-02-27 02:02:56 +01:00
parent bcd311352c
commit 70177202bf
3 changed files with 17 additions and 16 deletions

View File

@@ -1,10 +1,10 @@
{
"name": "@cis-oss/avprobe-wasm",
"version": "0.3.2",
"version": "0.3.3-rc1",
"description": "ffprobe-like for browser and node, powered by WebAssembly",
"repository": {
"type": "git",
"url": "https://git.cislabs.de/cis-oss/ffprobe-wasm-npm"
"url": "https://git.cislabs.de/cis-oss/avprobe-wasm"
},
"keywords": [
"ffprobe",
@@ -17,6 +17,7 @@
"url": "https://b00tload.space",
"email": "hi@b00tload.space"
},
"type": "module",
"license": "MIT",
"exports": {
"node": "./node.mjs",