Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 398 Bytes

DEVELOPMENT.md

File metadata and controls

27 lines (19 loc) · 398 Bytes

Deployment

Versions

Bumping version

In order to bump a version, just use the npm module.

# Breaking changes.
npm version major

# Non-breaking changes.
npm version minor

# Bug fixes.
npm version patch

# Specific version.
npm version 2.0.0

Publishing the library

In order to publish, just execute npm publish and enter your account credentials.

npm publish