# indicafix-types

## Publishing NPM package

1. Update the version in `package.json` file.
2. Run the following command to publish the package to npm:
   ```bash
   npm publish
   ```
