company-identifiers
v1.6.0
Published
A collection of functions to manipulate companies identifiers
Downloads
8
Readme
How to publish this library
Create a new version using npm
:
npm version <major|minor|patch>
Publish the new version:
npm publish --public
Push the new tags to git as well:
git push origin/main --tags