Skip to content

Commit

Permalink
feat: detect npm-shrinkwrap.json as npm project (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub authored Jun 11, 2022
1 parent 7fe6128 commit 5f8abed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/agents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export const LOCKS: Record<string, Agent> = {
'pnpm-lock.yaml': 'pnpm',
'yarn.lock': 'yarn',
'package-lock.json': 'npm',
'npm-shrinkwrap.json': 'npm',
}

export const INSTALL_PAGE: Record<Agent, string> = {
Expand Down

0 comments on commit 5f8abed

Please sign in to comment.