mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 19:03:46 +02:00
Add node:fs/promises to browser field in package.json (fixes #139)
This commit is contained in:
+3
-2
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "mediabunny",
|
||||
"author": "Vanilagy",
|
||||
"version": "1.18.0",
|
||||
"version": "1.18.1",
|
||||
"description": "Pure TypeScript media toolkit for reading, writing, and converting media files, directly in the browser.",
|
||||
"type": "module",
|
||||
"workspaces": [
|
||||
@@ -24,7 +24,8 @@
|
||||
],
|
||||
"browser": {
|
||||
"./dist/modules/src/node.js": false,
|
||||
"./src/node.ts": false
|
||||
"./src/node.ts": false,
|
||||
"node:fs/promises": false
|
||||
},
|
||||
"sideEffects": false,
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user