Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
ComradeVanti committed Sep 15, 2024
1 parent 68b3cd7 commit b5d07d8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/app/add-dependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -404,11 +404,7 @@ export async function addDependenciesUsing(
}
if (shouldAddTestable) manifest = addTestable(manifest, packageName);

return addDependencyToManifest(
manifest,
packageName,
versionToAdd as SemanticVersion | PackageUrl
);
return addDependencyToManifest(manifest, packageName, versionToAdd);
}

let manifest = await loadProjectManifest(projectDirectory);
Expand Down

0 comments on commit b5d07d8

Please sign in to comment.