Skip to content

Commit d482a57

Browse files
committed
- Minor update in documentation
- Bumped version
1 parent 7e8d66b commit d482a57

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -459,18 +459,11 @@ classes in NodeJS).
459459
npm install axios --save-dev
460460
npm install [email protected] --save-dev
461461
npm install [email protected] --save-dev
462-
npm install [email protected] --save-dev
463462
```
464463

465464
In order to compile the project and resolve the imports, you will need to enable the `allowSyntheticDefaultImports`
466465
in your `tsconfig.json` file.
467466

468-
```json
469-
{
470-
"allowSyntheticDefaultImports": true
471-
}
472-
```
473-
474467

475468
### Node-Fetch support
476469
By default, this tool will generate a client that is compatible with the (browser based) Fetch API.
@@ -496,12 +489,6 @@ npm install [email protected] --save-dev
496489
In order to compile the project and resolve the imports, you will need to enable the `allowSyntheticDefaultImports`
497490
in your `tsconfig.json` file.
498491

499-
```json
500-
{
501-
"allowSyntheticDefaultImports": true
502-
}
503-
```
504-
505492

506493
[npm-url]: https://npmjs.org/package/openapi-typescript-codegen
507494
[npm-image]: https://img.shields.io/npm/v/openapi-typescript-codegen.svg

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi-typescript-codegen",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "Library that generates Typescript clients based on the OpenAPI specification.",
55
"author": "Ferdi Koomen",
66
"homepage": "https://github.com/ferdikoomen/openapi-typescript-codegen",

0 commit comments

Comments
 (0)