Skip to content

Commit

Permalink
Merge branch 'dev' into fix-resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
sverdlov93 authored Mar 19, 2024
2 parents fb29751 + 30cf248 commit 9890eb4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions utils/coreutils/techutils.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,12 @@ var technologiesData = map[Technology]TechData{
applicabilityScannable: true,
},
Pnpm: {
indicators: []string{"pnpm-lock.yaml"},
exclude: []string{".yarnrc.yml", "yarn.lock", ".yarn"},
packageDescriptors: []string{"package.json"},
packageVersionOperator: "@",
applicabilityScannable: true,
indicators: []string{"pnpm-lock.yaml"},
exclude: []string{".yarnrc.yml", "yarn.lock", ".yarn"},
packageDescriptors: []string{"package.json"},
packageVersionOperator: "@",
packageInstallationCommand: "update",
applicabilityScannable: true,
},
Yarn: {
indicators: []string{".yarnrc.yml", "yarn.lock", ".yarn", ".yarnrc"},
Expand Down

0 comments on commit 9890eb4

Please sign in to comment.