"files" property excludes browser.js
Opened this issue · 1 comments
Deleted user commented
https://github.com/sindresorhus/public-ip/blob/master/package.json#L24-L26
It's probably best not to use the "files" property at all.
sindresorhus commented
Thanks for reporting :)
It's probably best not to use the "files" property at all.
I disagree. I've been using the files
property on hundreds of modules for years and this is the first time it happened. It can be solved with tooling, see: sindresorhus/np#82