An open API service indexing awesome lists of open source software.

https://github.com/requestly/alternative-importers


https://github.com/requestly/alternative-importers

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

          

# alternative-importers

## Deployment Steps

To publish a new version of this package, follow these steps:

1. **Update package version** (Create a new PR for this)
- Update the version in `package.json`
- Create a pull request with the version bump

2. **Build the package**
```bash
npm run build
```

3. **Publish to npm** (You need organization access for this)
```bash
npm publish --access public
```

4. **Update package version in @requestly/requestly**
- Update the dependency version in the main Requestly repository