Skip to content
Snippets Groups Projects
Commit 233fa207 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

refactor: source yarn versions from npm not github

parent 188f1d90
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ async function extractDependencies(content, packageFile, config) {
if (depName === 'node') {
dep.purl = 'pkg:github/nodejs/node?clean=true';
} else if (depName === 'yarn') {
dep.purl = 'pkg:github/yarnpkg/yarn?clean=true';
dep.purl = 'pkg:npm/yarn';
dep.commitMessageTopic = 'Yarn';
} else if (depName === 'npm') {
dep.purl = 'pkg:npm/npm';
......
......@@ -70,7 +70,7 @@ Object {
"currentValue": "disabled",
"depName": "yarn",
"depType": "engines",
"purl": "pkg:github/yarnpkg/yarn?clean=true",
"purl": "pkg:npm/yarn",
"skipReason": "unknown-version",
"versionScheme": "semver",
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment