Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
SHSharkar committed Nov 16, 2023
1 parent 0fd2fa2 commit aacd689
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions out/cli.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -23868,11 +23868,11 @@ var package_default = {
],
main: "cli.js",
bin: {
gitwz: "./out/cli.cjs",
gwz: "./out/cli.cjs"
gitwz: "out/cli.cjs",
gwz: "out/cli.cjs"
},
repository: {
url: "https://github.com/SHSharkar/gitwz"
url: "git+https://github.com/SHSharkar/gitwz.git"
},
type: "module",
author: "https://github.com/SHSharkar",
Expand Down

0 comments on commit aacd689

Please sign in to comment.