p-queue-npm-8.0.1-fe1ddcd827.patch 417 B

123456789101112
  1. diff --git a/package.json b/package.json
  2. index d4133284745349488cf0e623b983c78fd7cc7fb7..52433fa0ecea99ebbfe5b94a8023f73350896f7d 100644
  3. --- a/package.json
  4. +++ b/package.json
  5. @@ -6,6 +6,7 @@
  6. "repository": "sindresorhus/p-queue",
  7. "funding": "https://github.com/sponsors/sindresorhus",
  8. "type": "module",
  9. + "main": "./dist/index.js",
  10. "exports": {
  11. "types": "./dist/index.d.ts",
  12. "default": "./dist/index.js"