fix: add b4a patch

This commit is contained in:
Derrick Hammer 2023-08-02 17:32:05 -04:00
parent aaee3acb92
commit e31973be70
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 14 additions and 0 deletions

14
patches/b4a+1.6.4.patch Normal file
View File

@ -0,0 +1,14 @@
diff --git a/node_modules/b4a/package.json b/node_modules/b4a/package.json
index fed0957..a4b08a5 100644
--- a/node_modules/b4a/package.json
+++ b/node_modules/b4a/package.json
@@ -8,9 +8,6 @@
"index.js",
"lib"
],
- "browser": {
- "./index.js": "./browser.js"
- },
"scripts": {
"test": "standard && brittle test/*.mjs"
},