[go: nahoru, domu]

Skip to content

Commit

Permalink
Add ‘aws’ as globally available binary (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
KittyGiraudel committed May 29, 2024
1 parent 2740130 commit 6fd3e46
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 @@ -24,6 +24,7 @@ export const GLOBAL_IGNORE_PATTERNS = ['**/node_modules/**', '.yarn'];
// 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([
'aws',
'bash',
'bun',
'bundle',
Expand Down

0 comments on commit 6fd3e46

Please sign in to comment.