Skip to content

Commit

Permalink
Fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
lmuntaner committed May 13, 2024
1 parent bf969ea commit ba08f2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js-library/scripts/update-version.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ const updateVersion = async () => {

const {
version: currentVersion,
name: packageName,
// name: packageName,
...rest
} = JSON.parse(readFileSync(packagePath, "utf-8"));

const projectName = packageName.replace("@dfinity/", "");
// const projectName = packageName.replace("@dfinity/", "");

// Build wip version number
const version = await nextVersion({
project: projectName,
project: "verifiable-credentials",
currentVersion,
});

Expand Down

0 comments on commit ba08f2c

Please sign in to comment.