Skip to content

Commit 6cc5fa8

Browse files
authored
fix: fix cli import #46 (#47)
1 parent 5b05d98 commit 6cc5fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: bin/json-schema-to-openapi-schema.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'use strict';
33

44
const yargs = require('yargs');
5-
const converter = require('../dist/cjs/index.js').default;
5+
const converter = require('../dist/index.js').default;
66
const helpText = require('./help-text.json');
77
const fs = require('fs');
88
const readFileAsync = require('util').promisify(fs.readFile);

0 commit comments

Comments
 (0)