Skip to content

Commit 716f166

Browse files
authored
Chore: update deps (#763)
1 parent 40b0c74 commit 716f166

File tree

4 files changed

+380
-616
lines changed

4 files changed

+380
-616
lines changed

bin/cli.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
const fs = require("fs");
44
const { bold, green, red } = require("kleur");
5-
const path = require("path");
65
const meow = require("meow");
6+
const path = require("path");
77
const glob = require("tiny-glob");
88
const { default: openapiTS } = require("../dist/cjs/index.js");
99

10-
const cli = meow(
10+
let cli = meow(
1111
`Usage
1212
$ openapi-typescript [input] [options]
1313

0 commit comments

Comments
 (0)