Skip to content

Commit

Permalink
npm: ensure url is retained for all contributors #45
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Sep 13, 2023
1 parent 2514db7 commit 22cb4fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions codemeta/parsers/nodejs.py
Expand Up @@ -119,6 +119,7 @@ def parse_nodejs(
property=SDO.contributor,
single_author=True,
mail=value.get("email"),
url=value.get("url"),
baseuri=args.baseuri,
)
elif isinstance(value, str):
Expand All @@ -134,6 +135,7 @@ def parse_nodejs(
property=SDO.contributor,
single_author=True,
mail=value.get("email"),
url=value.get("url"),
baseuri=args.baseuri,
)
elif key in ("dependencies", "devDependencies"):
Expand Down

0 comments on commit 22cb4fc

Please sign in to comment.