From e31973be7056efcacdfa32f82f068b3075bbe5cb Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Wed, 2 Aug 2023 17:32:05 -0400 Subject: [PATCH] fix: add b4a patch --- patches/b4a+1.6.4.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 patches/b4a+1.6.4.patch diff --git a/patches/b4a+1.6.4.patch b/patches/b4a+1.6.4.patch new file mode 100644 index 0000000..478e368 --- /dev/null +++ b/patches/b4a+1.6.4.patch @@ -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" + },