Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona authored Jun 22, 2024
1 parent c7bb60c commit 698f371
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/ember-auto-import/ts/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,7 @@ export default class Package {
requestedRange(packageName: string): string | undefined {
let { pkg } = this;
return (
pkg.dependencies?.[packageName] ||
pkg.peerDependencies?.[packageName]
pkg.dependencies?.[packageName] || pkg.peerDependencies?.[packageName]
);
}

Expand Down

0 comments on commit 698f371

Please sign in to comment.