Skip to content

Commit

Permalink
package(npm): 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Apr 17, 2024
1 parent 0dcce5d commit db7ebf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packaging/npm/bin/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const exePath = path.join(__dirname, `anycable-go${extension}`);

// Check if binary exists and download if not
if (!fs.existsSync(exePath)) {
console.log("Installing AnyCable Go binary...");
console.log("Installing AnyCable binary...");
await install();
console.log("Installed!");
}
Expand Down
2 changes: 1 addition & 1 deletion packaging/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anycable/anycable-go",
"version": "1.4.7",
"version": "1.5.0",
"description": "A wrapper to install and run AnyCable-Go server",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit db7ebf4

Please sign in to comment.