Shared TypeScript interfaces library for MapsIndoors TypeScript-based projects.
npm install @mapsindoors/typescript-interfacesShared TypeScript interfaces library for MapsIndoors TypeScript-based projects.
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