Skip to content

Commit

Permalink
chore: use artifacts-version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ossianaa committed Jul 1, 2024
1 parent 5f1a23e commit 296b229
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@
"repository": {
"type": "git",
"url": "git@github.com/Ossianaa/node-libcurl.git"
}
}
},
"artifacts-version": "v1.0.0"
}
2 changes: 1 addition & 1 deletion scripts/rebuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { execSync } = require("child_process");
const tar = require("tar");

const { platform, arch } = process;
const version = "v1.0.0";
const { "artifacts-version": version } = require("../package.json");

let platform_ = null;

Expand Down

0 comments on commit 296b229

Please sign in to comment.