company-identifiers-v2
v1.16.1
Published
A collection of functions to manipulate companies identifiers
Downloads
1,041
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