documentation
documentation copied to clipboard
Inconsistent result of "npm view <package name> readme"
Note. I don't know where is good place to open this issue because it's related to npm backend.
npm view uws readme returns up to date readme
npm view aq readme doesn't match with latest readme on https://www.npmjs.com/package/aq but matches with readme on https://replicate.npmjs.com/registry/aq
expected behaviour:
npm view aq readme and https://replicate.npmjs.com/registry/aq should have latest readme for all packages
real behaviour:
some packages have latest version of readme, some packages have very first version of readme