In my package.jsPackage.describe() block, I’ve tried various combinations of git and documentation values, but cannot seem to get the readme to display.
I’ve made some changes and created a pull request… I’m not sure if Atmosphere is having issues or not but once you think it’s ok to publish the updates you can use. meteor publish --update
@copleykj What does meteor publish --update do? I couldn’t find any docs on that. Does it use the same version number but update the codebase in the meteor package server?
--update flag updates documentation and metadata without updating the codebase. If you run meteor publish --help it gives the options for the publish command
Thanks @copleykj. I was secretly aghast thinking that you might be able to update package code without a version number change, but that is perfect. I’ve often wished to be able to update docs and metadata without a version bump. Many thanks for mentioning it above! I learnt something new today.
I think Atmosphere is kind of dead right now, meaning, it is not getting updates from the package server.
@awei01 I am sure your changes (if you republish a new version) are getting picked up by the package server itself, though. It is just that, Atmosphere just fell behind in refreshing its internal cache of the package data.