Bug fixes
- b2c6877 fixed a bug of
node/no-unpublished-require
andnode/no-unpublished-import
. Those had been handling some files such asraedme.js
as published files always even if the files exist in subdirectories.npm
always publishes such files of only top level.
Thank you, @platinumazure !