Skip to content

Commit 62c5173

Browse files
committed
change default config ___location
1 parent 42f56ac commit 62c5173

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/saddleback.cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const params = program
2626
.opts();
2727

2828
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`));
3030

3131
if (OpenAPI) {
3232
OpenAPI.generateSaddlebackSpec({

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "saddleback-openapi-typescript-codegen",
3-
"version": "0.32.0",
3+
"version": "0.33.0",
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)