File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const params = program
26
26
. opts ( ) ;
27
27
28
28
const OpenAPI = require ( path . resolve ( __dirname , '../dist/index.js' ) ) ;
29
- const config = require ( path . resolve ( params . config || `./ openapi.config.json` ) ) ;
29
+ const config = require ( path . resolve ( params . config || `openapi.config.json` ) ) ;
30
30
31
31
if ( OpenAPI ) {
32
32
OpenAPI . generateSaddlebackSpec ( {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " saddleback-openapi-typescript-codegen" ,
3
- "version" : " 0.32 .0" ,
3
+ "version" : " 0.33 .0" ,
4
4
"description" : " Library that generates Typescript clients based on the OpenAPI specification." ,
5
5
"author" : " Ferdi Koomen" ,
6
6
"homepage" : " https://github.com/ferdikoomen/openapi-typescript-codegen" ,
You can’t perform that action at this time.
0 commit comments