@myrmidon/gve-snapshot-rendition 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -102,7 +102,7 @@ This is only a reminder.
102
102
 
103
103
  ## Deployment
104
104
 
105
- You must be logged into NPM with your account (verify with `npm whoami`, login with `npm login` if required).
105
+ 🚀 You must be logged into NPM with your account (verify with `npm whoami`, login with `npm login` if required).
106
106
 
107
107
  1. ensure that tests pass (`pnpm test`) and be sure to build (`pnpm build`).
108
108
  2. publish via `pnpm run publish:public` or directly via `npm publish --access=public`.