Skip to content

Commit

Permalink
spelling: package
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Sep 20, 2019
1 parent 538a3ea commit 753377d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm_and_yarn/lib/dependabot/npm_and_yarn/file_fetcher.rb
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def path_dependency_details_from_npm_lockfile(parsed_lockfile)
end

# Re-write the glob name to the targeted dependency name (which is used
# in the lockfile), for example "parent-pacakge/**/sub-dep/target-dep" >
# in the lockfile), for example "parent-package/**/sub-dep/target-dep" >
# "target-dep"
def convert_dependency_path_to_name(path, value)
# Picking the last two parts that might include a scope
Expand Down

0 comments on commit 753377d

Please sign in to comment.