Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Jul 25, 2022
1 parent 31e6228 commit 4349932
Show file tree
Hide file tree
Showing 3 changed files with 272 additions and 504 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -66,7 +66,7 @@
"timeout": "30m"
},
"dependencies": {
"patch-package": "^6.2.2"
"patch-package": "^6.4.7"
},
"resolutions": {
"**/http-errors/depd": "^2.0.0",
Expand Down
8 changes: 8 additions & 0 deletions patches/ava+4.3.1.patch
@@ -0,0 +1,8 @@
diff --git a/node_modules/ava/index.js b/node_modules/ava/index.js
new file mode 100644
index 0000000..bee62d8
--- /dev/null
+++ b/node_modules/ava/index.js
@@ -0,0 +1,2 @@
+// XXX work around https://github.com/import-js/eslint-plugin-import/issues/1810
+export {default} from './lib/worker/main.cjs';

0 comments on commit 4349932

Please sign in to comment.