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