Skip to content

Commit

Permalink
feat: error interceptor as a callback for non-200 responses
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyrb authored Apr 22, 2020
1 parent f87df00 commit ee20303
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,7 @@ client.searchForStudies().then(studies => {

## For maintainers

Publish a new minor version
```bash
npm version minor
npm publish
git push --tags
```
Use `semantic` commit messages to generate releases and change log entries: [Semantic Release: How does it work?](https://semantic-release.gitbook.io/semantic-release/#how-does-it-work)

## Citation

Expand Down

0 comments on commit ee20303

Please sign in to comment.