Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 344 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (12 loc) · 344 Bytes

Contributing

The best way to start debugging an

Publishing new packages

  1. Bump the version

    npm version major/minor/patch -m "Reasons"
    
  2. Publish the packages

    npm publish
    

    Note: You will require access credentials to access this repository, if you need these please ask an administrator.