ladjs / superagent

Ajax for Node.js and browsers (JS HTTP client). Maintained for @forwardemail, @ladjs, @spamscanner, @breejs, @cabinjs, and @lassjs.
https://ladjs.github.io/superagent/
MIT License
16.56k stars 1.33k forks source link

Fix broken main in package.json #1545 #1735

Closed snuggs closed 2 years ago

snuggs commented 2 years ago

Addresses #1545 /cc @JasonKleban @philippnoah

titanism commented 2 years ago

No, this is correct. The lib folder is built and released on npm.

npm install superagent
cd node_modules/superagent
ls
dist  lib  LICENSE  package.json  README.md
snuggs commented 2 years ago

@titanism Copy that! Thanks for the clarification!