Skip to content

Commit

Permalink
Add Pnpm as project type for config
Browse files Browse the repository at this point in the history
  • Loading branch information
attiasas committed Feb 18, 2024
1 parent d03c56e commit 4ad5cd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/project/projectconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const (
Pipenv
Poetry
Npm
Pnpm
Yarn
Nuget
Maven
Expand All @@ -53,6 +54,7 @@ var ProjectTypes = []string{
"pipenv",
"poetry",
"npm",
"pnpm",
"yarn",
"nuget",
"maven",
Expand Down

0 comments on commit 4ad5cd7

Please sign in to comment.