Skip to content

Commit fa2b6da

Browse files
authored
Merge pull request #1 from stainless-api/yjp/node26-yargs-fix
fix: use yargs main entry for node 26 compatibility
2 parents f77d0eb + bfbfe88 commit fa2b6da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import yargs from "yargs/yargs";
1+
import yargs from "yargs";
22
import { build } from "./build";
33
import { loadConfig, resolveProjectPath } from "./config";
44

0 commit comments

Comments
 (0)