YuzuJS/setImmediate

documentation missing from the package

Opened this issue · 1 comments

When I install this package from npm, I don't get the documentation because the files property in package.json only lists index.js:

"files": [
"setImmediate.js"
],

This makes working offline much more difficult.

README.md is included by npm always, regardless of file. Can you share a full repro script?