Skip to content

Commit

Permalink
fix(cli): use asterisk import to import yargs/helpers (nwutils#998)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra authored and Lulalaby committed Dec 25, 2023
1 parent 4acea00 commit db821d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nw-builder",
"version": "4.5.1",
"version": "4.5.2",
"description": "Build NW.js desktop applications for MacOS, Windows and Linux.",
"keywords": [
"NW.js",
Expand Down
2 changes: 1 addition & 1 deletion src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import process from "node:process";

import yargs from "yargs/yargs";
import yargs_helpers from "yargs/helpers";
import * as yargs_helpers from "yargs/helpers";

import nwbuild from "./index.js";

Expand Down

0 comments on commit db821d4

Please sign in to comment.