mock-npm-cooldown-test
v0.0.2
Published
Tiny package to test cooldown middleware by publishing quick patches.
Readme
mock-npm-cooldown-test
Minimal package to publish quickly for testing cooldown middleware.
Quickstart:
cd mock-npm-package
npm publish --access public
# then bump and republish after a short delay to simulate a new latest
npm version patch --no-git-tag-version
npm publish --access publicNote: ensure you are logged in to npm with permissions to publish unscoped or use your own scope by renaming the package to @your-scope/mock-npm-cooldown-test.
