@mapsindoors/typescript-interfaces
v2.1.2
Published
Shared TypeScript interfaces library for MapsIndoors TypeScript-based projects.
Downloads
580
Keywords
Readme
MapsIndoors Shared TypeScript Interfaces Library
Shared TypeScript interfaces library for MapsIndoors TypeScript-based projects.
Publishing
When you want to publish to your changes to NPM, do the following from the root directory on the master branch:
- Make sure you have pulled everything from the master branch, including tags
- Describe the changes in
CHANGELOG.md
- Run
npm login
- Run
npm version patch | minor | major
The npm version
command will upgrade the package, commit it and push to the remote repository, and publish a distribution build to @mapsindoors/components