p-queue-npm-7.4.1-e0cf0a6f17.patch 402 B

123456789101112
  1. diff --git a/package.json b/package.json
  2. index 8367745346fffd144a817ccf04912bb799e18b66..66dd17a4cd736089a332d72a70040701b0cd9c93 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": "./dist/index.js",
  11. "engines": {
  12. "node": ">=12"