Skip to content

Commit

Permalink
feat: when packages are filter due to engine not matching, we need to…
Browse files Browse the repository at this point in the history
… print it out, just like we do in peer checks #1422
  • Loading branch information
rbnayax committed Jun 8, 2024
1 parent e25e6fe commit 0ee6c96
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/lib/getEnginesNodeFromRegistry.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import ProgressBar from 'progress'
import { getEngines } from '../package-managers/npm'
import { Index } from '../types/IndexType'
import { Options } from '../types/Options'
import { Version } from '../types/Version'
Expand Down
1 change: 0 additions & 1 deletion src/types/PackageManager.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { getEngines } from '../package-managers/npm'
import { GetVersion } from './GetVersion'
import { Index } from './IndexType'
import { Options } from './Options'
Expand Down
1 change: 0 additions & 1 deletion test/package-managers/npm/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import * as npm from '../../../src/package-managers/npm'
import { getEngines } from '../../../src/package-managers/npm'
import chaiSetup from '../../helpers/chaiSetup'

chaiSetup()
Expand Down

0 comments on commit 0ee6c96

Please sign in to comment.