Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Latest commit

 

History

History
8 lines (6 loc) · 225 Bytes

README-DEV.md

File metadata and controls

8 lines (6 loc) · 225 Bytes

Development

Publish to NPM

  • Commit changes
  • npm whoami: Ensure you're using the correct NPM user (npm login if not)
  • npm version <patch|minor|major>: Change the package version
  • npm publish: Publish to NPM