Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 678 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 678 Bytes

@monkee/small-standards package

Description

This package is an attempt to take small steps towards separating interfaces from implementations. It includes only interfaces. The package is not a serious scientific work. The interfaces are naive and minimalist.

Package update flow

Package publishing only available via CI jobs.

You must use '-beta' postfix for testing purposes. Otherwise CI job being failed. Bump version via npm

npm version prerelease --preid beta

Before merge changes into master branch you should remove 'beta' postfix

npm version major | minor | patch

Learn more https://docs.npmjs.com/cli/v8/commands/npm-version