Skip to content

Commit

Permalink
fix: fix cli import #46 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonluca authored Dec 11, 2023
1 parent 5b05d98 commit 6cc5fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/json-schema-to-openapi-schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'use strict';

const yargs = require('yargs');
const converter = require('../dist/cjs/index.js').default;
const converter = require('../dist/index.js').default;
const helpText = require('./help-text.json');
const fs = require('fs');
const readFileAsync = require('util').promisify(fs.readFile);
Expand Down

0 comments on commit 6cc5fa8

Please sign in to comment.