Skip to content

Commit

Permalink
release v1.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
adikari committed Aug 15, 2023
1 parent 0c354e4 commit 83b1e50
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions npm/binary.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,7 @@ const getBinary = () => {

const url = `${repository.url}/releases/download/v${version}/${name}_${version}_${platform.TARGET}.tar.gz`;

return new Binary(platform.NAME, url, {
installDirectory: join(__dirname, "node_modules", ".bin")
});
return new Binary(platform.NAME, url);
};

const run = () => {
Expand Down
4 changes: 2 additions & 2 deletions npm/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 npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adikari/safebox",
"version": "1.3.9",
"version": "1.3.10",
"description": "A Fast and Flexible secret manager built with love by adikari in Go",
"main": "index.js",
"bin": "./run.js",
Expand Down

0 comments on commit 83b1e50

Please sign in to comment.