Skip to content

Commit 5d51951

Browse files
committed
- Added info about additional dependency
1 parent 826ae82 commit 5d51951

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
- Supports JSON and YAML files for input
2121
- Supports generation through CLI, Node.js and NPX
2222
- Supports tsc and @babel/plugin-transform-typescript
23+
- Supports aborting of requests (cancelable promise pattern)
2324
- Supports external references using [`json-schema-ref-parser`](https://github.com/APIDevTools/json-schema-ref-parser/)
2425

2526
## Install
@@ -463,6 +464,7 @@ in order to compile and run this client, you will need to install the `node-fetc
463464

464465
```
465466
npm install @types/node-fetch --save-dev
467+
npm install abort-controller --save-dev
466468
npm install node-fetch --save-dev
467469
npm install form-data --save-dev
468470
```

0 commit comments

Comments
 (0)