Skip to content

Commit

Permalink
Docs: 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pandaoh committed Jun 15, 2023
1 parent 19049c7 commit 93f6fcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/xcmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ program
cross: 'simple-cross-platform'
};
download(
'github:biugle/web_base' + branch ? `#${branchs[branch] ?? branch ?? 'main'}` : '',
'github:biugle/web_base' + (branch ? `#${branchs[branch] ?? branch ?? 'main'}` : ''),
!dir ? 'web_base' : dir,
function (err) {
console.log(err ? err : '----------Successful----------');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-xcmd",
"version": "1.4.1",
"version": "1.4.5",
"description": "XCmd library for node.js.",
"main": "main.js",
"bin": {
Expand Down

0 comments on commit 93f6fcb

Please sign in to comment.