Skip to content

Commit

Permalink
fix: adopt for commander@9
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Jan 29, 2022
1 parent 8f9b2e6 commit be3bd5d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 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 src/npm-pkgbuild-cli.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { readFileSync, createWriteStream } from "fs";
import { mkdir } from "fs/promises";
import { fileURLToPath } from "url";
import { join, dirname } from "path";
import program from "commander";
import { program } from "commander";
import { pkgbuild } from "./pkgbuild.mjs";
import { rpmspec } from "./rpmspec.mjs";
import { systemd } from "./systemd.mjs";
Expand Down

0 comments on commit be3bd5d

Please sign in to comment.