summaryrefslogtreecommitdiff
path: root/cli/npm/resolution.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/npm/resolution.rs')
-rw-r--r--cli/npm/resolution.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/npm/resolution.rs b/cli/npm/resolution.rs
index 26fc356ff..1b191b245 100644
--- a/cli/npm/resolution.rs
+++ b/cli/npm/resolution.rs
@@ -154,7 +154,7 @@ impl NpmResolution {
Ok(())
}
- pub fn pkg_req_ref_to_nv_ref(
+ pub fn resolve_nv_ref_from_pkg_req_ref(
&self,
req_ref: &NpmPackageReqReference,
) -> Result<NpmPackageNvReference, PackageReqNotFoundError> {