Skip to content

Commit

Permalink
Add amplify to IGNORED_GLOBAL_BINARIES (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
kachkaev authored Oct 29, 2024
1 parent 63eb484 commit cfcdcbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/knip/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export const PROTOCOL_VIRTUAL = 'virtual:';
// In other words, https://www.npmjs.com/package/[name] is NOT the expected dependency
// Package may exist in npm registry, but last publish is at least 6 years ago
export const IGNORED_GLOBAL_BINARIES = new Set([
'amplify',
'aws',
'base64',
'basename',
Expand Down

0 comments on commit cfcdcbe

Please sign in to comment.