Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/udamir/api-smart-diff
Browse files Browse the repository at this point in the history
  • Loading branch information
udamir committed Jul 4, 2024
2 parents 8abadd4 + 20fb687 commit deaa320
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ This package provides utils to compute the diff between two Json based API docum
- Typescript syntax support out of the box
- Can be used in nodejs or browser

## External $ref
If schema contains an external $ref, you should bundle it via [api-ref-bundler](https://github.com/udamir/api-ref-bundler) first.

## Installation
```SH
npm install api-smart-diff --save
Expand Down Expand Up @@ -211,8 +214,6 @@ type AnnotateTemplate = {

```

Please check predefined rules in `/src/rules` folder to get examples

## Contributing
When contributing, keep in mind that it is an objective of `api-smart-diff` to have no additional package dependencies. This may change in the future, but for now, no new dependencies.

Expand Down

0 comments on commit deaa320

Please sign in to comment.