defunctzombie / node-url

node.js core url module as a module
MIT License
376 stars 96 forks source link

Only publish required files #51

Closed willfarrell closed 3 years ago

willfarrell commented 3 years ago

I see you do have files in your package.json however all files are in the current node modules. Was this change added after it was published? If so, are there plans to re-publish?

ljharb commented 3 years ago

20 added the field, but it was never released.

However, all files are required, as npm explore foo && npm install && npm test should always work, so I'll revert that shortly to use .npmignore.