Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 254 Bytes

PUBLISH_TO_NPM.md

File metadata and controls

13 lines (10 loc) · 254 Bytes

How to publish redstone-node to npm

# Log in to NPM in CLI
npm login

# You can use 'minor' and 'major' instead of 'patch'
# Read more about semantic versioning at: https://semver.org/
npm version patch

# Publish your package
npm publish