You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
This issue actually appears to be my fault. LOL I copied a package.json file so I would have the proper structure for the nativescript modules and it had the original readme embedded in the package.json file on a "readme" field which I totally missed. Once I deleted that out of the package.json file; it used the proper readme.md file properly. So if you see this type of behavior in the future verify their isn't a filled in "readme" option in the package.json.
Following up on https://github.com/npm/npm-www/issues/105#issuecomment-97143431
The package tarball itself contains a README that matches github master, but the registry has an out-of-date version of the README.
Github master:
curl -s https://raw.githubusercontent.com/Nathanaela/nativescript-sqlite/master/README.md | grep callback
Published tarball:
Registry:
curl -s http://registry.npmjs.org/nativescript-sqlite | grep callback
cc @NathanaelA
The text was updated successfully, but these errors were encountered: